Html Css Color HEX #076C76 Blue Lagoon

📋 copy color: '#076C76'

red 7 ◦ green 108 ◦ blue 118

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

Shades of Blue Lagoon #076C76

Tints of Blue Lagoon #076C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.35%

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

R = 3%
G = 46.35%
B = 50.64%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#076C76 (or 0x076C76) is known color: Blue Lagoon. HEX triplet: 07, 6C and 76. RGB value is (7,108,118). Sum of RGB (Red+Green+Blue) = 7+108+118=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #076C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076C76 is #F89389. Grayscale: #4E4E4E. Windows color (decimal): -16290698 or 7760903. OLE color: 7760903.

HSL color Cylindrical-coordinate representation of color #076C76: hue angle of 185.41º 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 #076C76 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 108 118 -
CMYK 0.94 0.08 0 0.54
HSL 185.41º 0.89% 0.25% -
HSV(B) 185.41º 0.94% 0.46% -
XYZ 8.72 12.08 19.01 -
YUV 78.94 150.04 76.69 -
System Red Green Blue C M Y K H S L
Decimal 7 108 118 0.94 0.08 0 0.54 185.41 0.89 0.25
Hex 7 6C 76 5E 8 0 36 B9 59 19
Octal 7 154 166 136 10 0 66 271 131 31
Binary 111 1101100 1110110 1011110 1000 0 110110 10111001 1011001 11001

Color Harmonies of #076C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076C76

Black with #076C76

Text Example


Text Example

White with #076C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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