Html Css Color HEX #076B78 Blue Lagoon

📋 copy color: '#076B78'

red 7 ◦ green 107 ◦ blue 120

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

Shades of Blue Lagoon #076B78

Tints of Blue Lagoon #076B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.73%

 BLUE value IS 120 (47.27% from 255) = 51.28%

R = 2.99%
G = 45.73%
B = 51.28%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#076B78 (or 0x076B78) is known color: Blue Lagoon. HEX triplet: 07, 6B and 78. RGB value is (7,107,120). Sum of RGB (Red+Green+Blue) = 7+107+120=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #076B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B78 is #F89487. Grayscale: #4E4E4E. Windows color (decimal): -16290952 or 7891719. OLE color: 7891719.

HSL color Cylindrical-coordinate representation of color #076B78: hue angle of 186.9º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076B78 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 107 120 -
CMYK 0.94 0.11 0 0.53
HSL 186.9º 0.89% 0.25% -
HSV(B) 186.9º 0.94% 0.47% -
XYZ 8.74 11.92 19.61 -
YUV 78.58 151.37 76.94 -
System Red Green Blue C M Y K H S L
Decimal 7 107 120 0.94 0.11 0 0.53 186.9 0.89 0.25
Hex 7 6B 78 5E B 0 35 BB 59 19
Octal 7 153 170 136 13 0 65 273 131 31
Binary 111 1101011 1111000 1011110 1011 0 110101 10111011 1011001 11001

Color Harmonies of #076B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B78

Black with #076B78

Text Example


Text Example

White with #076B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076B78; }

 p { color: rgb(7,107,120); }

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

background-color css

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

 a { background-color: rgb(7,107,120); }

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

border-color css

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

 span { border-color: rgb(7,107,120); }

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