Html Css Color HEX #07576E Blue Lagoon

📋 copy color: '#07576E'

red 7 ◦ green 87 ◦ blue 110

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

Shades of Blue Lagoon #07576E

Tints of Blue Lagoon #07576E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.65%

 BLUE value IS 110 (43.36% from 255) = 53.92%

R = 3.43%
G = 42.65%
B = 53.92%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#07576E (or 0x07576E) is known color: Blue Lagoon. HEX triplet: 07, 57 and 6E. RGB value is (7,87,110). Sum of RGB (Red+Green+Blue) = 7+87+110=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #07576E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07576E is #F8A891. Grayscale: #414141. Windows color (decimal): -16296082 or 7231239. OLE color: 7231239.

HSL color Cylindrical-coordinate representation of color #07576E: hue angle of 193.4º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07576E is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 87 110 -
CMYK 0.94 0.21 0 0.57
HSL 193.4º 0.88% 0.23% -
HSV(B) 193.4º 0.94% 0.43% -
XYZ 6.31 7.99 15.96 -
YUV 65.7 153 86.13 -
System Red Green Blue C M Y K H S L
Decimal 7 87 110 0.94 0.21 0 0.57 193.4 0.88 0.23
Hex 7 57 6E 5E 15 0 39 C1 58 17
Octal 7 127 156 136 25 0 71 301 130 27
Binary 111 1010111 1101110 1011110 10101 0 111001 11000001 1011000 10111

Color Harmonies of #07576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07576E

Black with #07576E

Text Example


Text Example

White with #07576E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07576E; }

 p { color: rgb(7,87,110); }

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

background-color css

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

 a { background-color: rgb(7,87,110); }

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

border-color css

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

 span { border-color: rgb(7,87,110); }

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