Html Css Color HEX #076255 Mosque

📋 copy color: '#076255'

red 7 ◦ green 98 ◦ blue 85

#076255
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #076255

Tints of Mosque #076255

RGB

 RED value IS 7 (3.13% from 255) = 3.68%

 GREEN value IS 98 (38.67% from 255) = 51.58%

 BLUE value IS 85 (33.59% from 255) = 44.74%

R = 3.68%
G = 51.58%
B = 44.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#076255 (or 0x076255) is known color: Mosque. HEX triplet: 07, 62 and 55. RGB value is (7,98,85). Sum of RGB (Red+Green+Blue) = 7+98+85=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #076255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076255 is #F89DAA. Grayscale: #454545. Windows color (decimal): -16293291 or 5595655. OLE color: 5595655.

HSL color Cylindrical-coordinate representation of color #076255: hue angle of 171.43º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076255 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 98 85 -
CMYK 0.93 0 0.13 0.62
HSL 171.43º 0.87% 0.21% -
HSV(B) 171.43º 0.93% 0.38% -
XYZ 6.09 9.44 10.09 -
YUV 69.31 136.85 83.56 -
System Red Green Blue C M Y K H S L
Decimal 7 98 85 0.93 0 0.13 0.62 171.43 0.87 0.21
Hex 7 62 55 5D 0 D 3E AB 57 15
Octal 7 142 125 135 0 15 76 253 127 25
Binary 111 1100010 1010101 1011101 0 1101 111110 10101011 1010111 10101

Color Harmonies of #076255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076255

Black with #076255

Text Example


Text Example

White with #076255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076255; }

 p { color: rgb(7,98,85); }

 H1.HeaderClassName
 {
   color: #076255;
 }
 .AnyTagClassName
 {
   color: #076255;
 }
</style>

background-color css

<style>
 a { background-color: #076255; }

 a { background-color: rgb(7,98,85); }

 div.DivClassName
 {
   background-color: #076255;
 }
 .BgClassName
 {
   background-color: #076255;
 }
</style>

border-color css

<style>
 span { border-color: #076255; }

 span { border-color: rgb(7,98,85); }

 td.TdClassName
 {
   border-color: #076255;
 }
 .TagClassName
 {
   border-color: #076255;
 }
</style>