Html Css Color HEX #075E76 Blue Lagoon

📋 copy color: '#075E76'

red 7 ◦ green 94 ◦ blue 118

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

Shades of Blue Lagoon #075E76

Tints of Blue Lagoon #075E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.92%

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

R = 3.2%
G = 42.92%
B = 53.88%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#075E76 (or 0x075E76) is known color: Blue Lagoon. HEX triplet: 07, 5E and 76. RGB value is (7,94,118). Sum of RGB (Red+Green+Blue) = 7+94+118=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #075E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075E76 is #F8A189. Grayscale: #464646. Windows color (decimal): -16294282 or 7757319. OLE color: 7757319.

HSL color Cylindrical-coordinate representation of color #075E76: hue angle of 192.97º 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 #075E76 is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 94 118 -
CMYK 0.94 0.20 0 0.54
HSL 192.97º 0.89% 0.25% -
HSV(B) 192.97º 0.94% 0.46% -
XYZ 7.36 9.36 18.56 -
YUV 70.72 154.68 82.55 -
System Red Green Blue C M Y K H S L
Decimal 7 94 118 0.94 0.20 0 0.54 192.97 0.89 0.25
Hex 7 5E 76 5E 14 0 36 C1 59 19
Octal 7 136 166 136 24 0 66 301 131 31
Binary 111 1011110 1110110 1011110 10100 0 110110 11000001 1011001 11001

Color Harmonies of #075E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075E76

Black with #075E76

Text Example


Text Example

White with #075E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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