Html Css Color HEX #076075 Blue Lagoon

📋 copy color: '#076075'

red 7 ◦ green 96 ◦ blue 117

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

Shades of Blue Lagoon #076075

Tints of Blue Lagoon #076075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.64%

 BLUE value IS 117 (46.09% from 255) = 53.18%

R = 3.18%
G = 43.64%
B = 53.18%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#076075 (or 0x076075) is known color: Blue Lagoon. HEX triplet: 07, 60 and 75. RGB value is (7,96,117). Sum of RGB (Red+Green+Blue) = 7+96+117=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #076075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076075 is #F89F8A. Grayscale: #474747. Windows color (decimal): -16293771 or 7692295. OLE color: 7692295.

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

Color convert

RGB 7 96 117 -
CMYK 0.94 0.18 0 0.54
HSL 191.45º 0.89% 0.24% -
HSV(B) 191.45º 0.94% 0.46% -
XYZ 7.48 9.7 18.31 -
YUV 71.78 153.51 81.79 -
System Red Green Blue C M Y K H S L
Decimal 7 96 117 0.94 0.18 0 0.54 191.45 0.89 0.24
Hex 7 60 75 5E 12 0 36 BF 59 18
Octal 7 140 165 136 22 0 66 277 131 30
Binary 111 1100000 1110101 1011110 10010 0 110110 10111111 1011001 11000

Color Harmonies of #076075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076075

Black with #076075

Text Example


Text Example

White with #076075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076075; }

 p { color: rgb(7,96,117); }

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

background-color css

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

 a { background-color: rgb(7,96,117); }

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

border-color css

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

 span { border-color: rgb(7,96,117); }

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