Html Css Color HEX #075676 Blue Lagoon

📋 copy color: '#075676'

red 7 ◦ green 86 ◦ blue 118

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

Shades of Blue Lagoon #075676

Tints of Blue Lagoon #075676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.76%

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

R = 3.32%
G = 40.76%
B = 55.92%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#075676 (or 0x075676) is known color: Blue Lagoon. HEX triplet: 07, 56 and 76. RGB value is (7,86,118). Sum of RGB (Red+Green+Blue) = 7+86+118=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #075676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075676 is #F8A989. Grayscale: #414141. Windows color (decimal): -16296330 or 7755271. OLE color: 7755271.

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

Color convert

RGB 7 86 118 -
CMYK 0.94 0.27 0 0.54
HSL 197.3º 0.89% 0.25% -
HSV(B) 197.3º 0.94% 0.46% -
XYZ 6.69 8.01 18.33 -
YUV 66.03 157.33 85.9 -
System Red Green Blue C M Y K H S L
Decimal 7 86 118 0.94 0.27 0 0.54 197.3 0.89 0.25
Hex 7 56 76 5E 1B 0 36 C5 59 19
Octal 7 126 166 136 33 0 66 305 131 31
Binary 111 1010110 1110110 1011110 11011 0 110110 11000101 1011001 11001

Color Harmonies of #075676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075676

Black with #075676

Text Example


Text Example

White with #075676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075676; }

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

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

background-color css

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

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

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

border-color css

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

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

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