Html Css Color HEX #07576F Blue Lagoon

📋 copy color: '#07576F'

red 7 ◦ green 87 ◦ blue 111

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

Shades of Blue Lagoon #07576F

Tints of Blue Lagoon #07576F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 54.15%

R = 3.41%
G = 42.44%
B = 54.15%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#07576F (or 0x07576F) is known color: Blue Lagoon. HEX triplet: 07, 57 and 6F. RGB value is (7,87,111). Sum of RGB (Red+Green+Blue) = 7+87+111=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #07576F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07576F is #F8A890. Grayscale: #414141. Windows color (decimal): -16296081 or 7296775. OLE color: 7296775.

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

Color convert

RGB 7 87 111 -
CMYK 0.94 0.22 0 0.56
HSL 193.85º 0.88% 0.23% -
HSV(B) 193.85º 0.94% 0.44% -
XYZ 6.37 8.01 16.25 -
YUV 65.82 153.5 86.05 -
System Red Green Blue C M Y K H S L
Decimal 7 87 111 0.94 0.22 0 0.56 193.85 0.88 0.23
Hex 7 57 6F 5E 16 0 38 C2 58 17
Octal 7 127 157 136 26 0 70 302 130 27
Binary 111 1010111 1101111 1011110 10110 0 111000 11000010 1011000 10111

Color Harmonies of #07576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07576F

Black with #07576F

Text Example


Text Example

White with #07576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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