Html Css Color HEX #076C72 Blue Lagoon

📋 copy color: '#076C72'

red 7 ◦ green 108 ◦ blue 114

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

Shades of Blue Lagoon #076C72

Tints of Blue Lagoon #076C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.78%

R = 3.06%
G = 47.16%
B = 49.78%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#076C72 (or 0x076C72) is known color: Blue Lagoon. HEX triplet: 07, 6C and 72. RGB value is (7,108,114). Sum of RGB (Red+Green+Blue) = 7+108+114=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #076C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076C72 is #F8938D. Grayscale: #4E4E4E. Windows color (decimal): -16290702 or 7498759. OLE color: 7498759.

HSL color Cylindrical-coordinate representation of color #076C72: hue angle of 183.36º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076C72 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 108 114 -
CMYK 0.94 0.05 0 0.55
HSL 183.36º 0.88% 0.24% -
HSV(B) 183.36º 0.94% 0.45% -
XYZ 8.49 11.99 17.79 -
YUV 78.49 148.04 77.01 -
System Red Green Blue C M Y K H S L
Decimal 7 108 114 0.94 0.05 0 0.55 183.36 0.88 0.24
Hex 7 6C 72 5E 5 0 37 B7 58 18
Octal 7 154 162 136 5 0 67 267 130 30
Binary 111 1101100 1110010 1011110 101 0 110111 10110111 1011000 11000

Color Harmonies of #076C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076C72

Black with #076C72

Text Example


Text Example

White with #076C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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