Html Css Color HEX #076672 Blue Lagoon

📋 copy color: '#076672'

red 7 ◦ green 102 ◦ blue 114

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

Shades of Blue Lagoon #076672

Tints of Blue Lagoon #076672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.74%

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

R = 3.14%
G = 45.74%
B = 51.12%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#076672 (or 0x076672) is known color: Blue Lagoon. HEX triplet: 07, 66 and 72. RGB value is (7,102,114). Sum of RGB (Red+Green+Blue) = 7+102+114=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #076672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076672 is #F8998D. Grayscale: #4A4A4A. Windows color (decimal): -16292238 or 7497223. OLE color: 7497223.

HSL color Cylindrical-coordinate representation of color #076672: hue angle of 186.73º 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 #076672 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 102 114 -
CMYK 0.94 0.11 0 0.55
HSL 186.73º 0.88% 0.24% -
HSV(B) 186.73º 0.94% 0.45% -
XYZ 7.88 10.76 17.58 -
YUV 74.96 150.03 79.52 -
System Red Green Blue C M Y K H S L
Decimal 7 102 114 0.94 0.11 0 0.55 186.73 0.88 0.24
Hex 7 66 72 5E B 0 37 BB 58 18
Octal 7 146 162 136 13 0 67 273 130 30
Binary 111 1100110 1110010 1011110 1011 0 110111 10111011 1011000 11000

Color Harmonies of #076672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076672

Black with #076672

Text Example


Text Example

White with #076672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076672; }

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

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

background-color css

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

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

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

border-color css

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

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

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