Html Css Color HEX #075D76 Blue Lagoon

📋 copy color: '#075D76'

red 7 ◦ green 93 ◦ blue 118

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

Shades of Blue Lagoon #075D76

Tints of Blue Lagoon #075D76

RGB

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

 GREEN value IS 93 (36.72% from 255) = 42.66%

 BLUE value IS 118 (46.48% from 255) = 54.13%

R = 3.21%
G = 42.66%
B = 54.13%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#075D76 (or 0x075D76) is known color: Blue Lagoon. HEX triplet: 07, 5D and 76. RGB value is (7,93,118). Sum of RGB (Red+Green+Blue) = 7+93+118=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #075D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075D76 is #F8A289. Grayscale: #454545. Windows color (decimal): -16294538 or 7757063. OLE color: 7757063.

HSL color Cylindrical-coordinate representation of color #075D76: hue angle of 193.51º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075D76 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 93 118 -
CMYK 0.94 0.21 0 0.54
HSL 193.51º 0.89% 0.25% -
HSV(B) 193.51º 0.94% 0.46% -
XYZ 7.27 9.18 18.53 -
YUV 70.14 155.01 82.97 -
System Red Green Blue C M Y K H S L
Decimal 7 93 118 0.94 0.21 0 0.54 193.51 0.89 0.25
Hex 7 5D 76 5E 15 0 36 C2 59 19
Octal 7 135 166 136 25 0 66 302 131 31
Binary 111 1011101 1110110 1011110 10101 0 110110 11000010 1011001 11001

Color Harmonies of #075D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075D76

Black with #075D76

Text Example


Text Example

White with #075D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075D76; }

 p { color: rgb(7,93,118); }

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

background-color css

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

 a { background-color: rgb(7,93,118); }

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

border-color css

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

 span { border-color: rgb(7,93,118); }

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