Html Css Color HEX #076476 Blue Lagoon

📋 copy color: '#076476'

red 7 ◦ green 100 ◦ blue 118

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

Shades of Blue Lagoon #076476

Tints of Blue Lagoon #076476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.44%

 BLUE value IS 118 (46.48% from 255) = 52.44%

R = 3.11%
G = 44.44%
B = 52.44%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#076476 (or 0x076476) is known color: Blue Lagoon. HEX triplet: 07, 64 and 76. RGB value is (7,100,118). Sum of RGB (Red+Green+Blue) = 7+100+118=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #076476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076476 is #F89B89. Grayscale: #4A4A4A. Windows color (decimal): -16292746 or 7758855. OLE color: 7758855.

HSL color Cylindrical-coordinate representation of color #076476: hue angle of 189.73º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076476 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 100 118 -
CMYK 0.94 0.15 0 0.54
HSL 189.73º 0.89% 0.25% -
HSV(B) 189.73º 0.94% 0.46% -
XYZ 7.91 10.47 18.74 -
YUV 74.25 152.69 80.04 -
System Red Green Blue C M Y K H S L
Decimal 7 100 118 0.94 0.15 0 0.54 189.73 0.89 0.25
Hex 7 64 76 5E F 0 36 BE 59 19
Octal 7 144 166 136 17 0 66 276 131 31
Binary 111 1100100 1110110 1011110 1111 0 110110 10111110 1011001 11001

Color Harmonies of #076476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076476

Black with #076476

Text Example


Text Example

White with #076476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076476; }

 p { color: rgb(7,100,118); }

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

background-color css

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

 a { background-color: rgb(7,100,118); }

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

border-color css

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

 span { border-color: rgb(7,100,118); }

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