Html Css Color HEX #076879 Blue Lagoon

📋 copy color: '#076879'

red 7 ◦ green 104 ◦ blue 121

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

Shades of Blue Lagoon #076879

Tints of Blue Lagoon #076879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.83%

 BLUE value IS 121 (47.66% from 255) = 52.16%

R = 3.02%
G = 44.83%
B = 52.16%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#076879 (or 0x076879) is known color: Blue Lagoon. HEX triplet: 07, 68 and 79. RGB value is (7,104,121). Sum of RGB (Red+Green+Blue) = 7+104+121=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #076879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076879 is #F89786. Grayscale: #4C4C4C. Windows color (decimal): -16291719 or 7956487. OLE color: 7956487.

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

Color convert

RGB 7 104 121 -
CMYK 0.94 0.14 0 0.53
HSL 188.95º 0.89% 0.25% -
HSV(B) 188.95º 0.94% 0.47% -
XYZ 8.49 11.33 19.83 -
YUV 76.94 152.86 78.12 -
System Red Green Blue C M Y K H S L
Decimal 7 104 121 0.94 0.14 0 0.53 188.95 0.89 0.25
Hex 7 68 79 5E E 0 35 BD 59 19
Octal 7 150 171 136 16 0 65 275 131 31
Binary 111 1101000 1111001 1011110 1110 0 110101 10111101 1011001 11001

Color Harmonies of #076879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076879

Black with #076879

Text Example


Text Example

White with #076879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076879; }

 p { color: rgb(7,104,121); }

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

background-color css

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

 a { background-color: rgb(7,104,121); }

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

border-color css

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

 span { border-color: rgb(7,104,121); }

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