Html Css Color HEX #07576C Blue Lagoon

📋 copy color: '#07576C'

red 7 ◦ green 87 ◦ blue 108

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

Shades of Blue Lagoon #07576C

Tints of Blue Lagoon #07576C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.47%

R = 3.47%
G = 43.07%
B = 53.47%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#07576C (or 0x07576C) is known color: Blue Lagoon. HEX triplet: 07, 57 and 6C. RGB value is (7,87,108). Sum of RGB (Red+Green+Blue) = 7+87+108=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #07576C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07576C is #F8A893. Grayscale: #414141. Windows color (decimal): -16296084 or 7100167. OLE color: 7100167.

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

Color convert

RGB 7 87 108 -
CMYK 0.94 0.19 0 0.58
HSL 192.48º 0.88% 0.23% -
HSV(B) 192.48º 0.94% 0.42% -
XYZ 6.2 7.94 15.39 -
YUV 65.47 152 86.29 -
System Red Green Blue C M Y K H S L
Decimal 7 87 108 0.94 0.19 0 0.58 192.48 0.88 0.23
Hex 7 57 6C 5E 13 0 3A C0 58 17
Octal 7 127 154 136 23 0 72 300 130 27
Binary 111 1010111 1101100 1011110 10011 0 111010 11000000 1011000 10111

Color Harmonies of #07576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07576C

Black with #07576C

Text Example


Text Example

White with #07576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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