Html Css Color HEX #076B84 Blue Lagoon

📋 copy color: '#076B84'

red 7 ◦ green 107 ◦ blue 132

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

Shades of Blue Lagoon #076B84

Tints of Blue Lagoon #076B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.66%

R = 2.85%
G = 43.5%
B = 53.66%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#076B84 (or 0x076B84) is known color: Blue Lagoon. HEX triplet: 07, 6B and 84. RGB value is (7,107,132). Sum of RGB (Red+Green+Blue) = 7+107+132=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #076B84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076B84 is #F8947B. Grayscale: #4F4F4F. Windows color (decimal): -16290940 or 8678151. OLE color: 8678151.

HSL color Cylindrical-coordinate representation of color #076B84: hue angle of 192º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076B84 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 107 132 -
CMYK 0.95 0.19 0 0.48
HSL 192º 0.9% 0.27% -
HSV(B) 192º 0.95% 0.52% -
XYZ 9.51 12.23 23.69 -
YUV 79.95 157.37 75.97 -
System Red Green Blue C M Y K H S L
Decimal 7 107 132 0.95 0.19 0 0.48 192 0.9 0.27
Hex 7 6B 84 5F 13 0 30 C0 5A 1B
Octal 7 153 204 137 23 0 60 300 132 33
Binary 111 1101011 10000100 1011111 10011 0 110000 11000000 1011010 11011

Color Harmonies of #076B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B84

Black with #076B84

Text Example


Text Example

White with #076B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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