Html Css Color HEX #076878 Blue Lagoon

📋 copy color: '#076878'

red 7 ◦ green 104 ◦ blue 120

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

Shades of Blue Lagoon #076878

Tints of Blue Lagoon #076878

RGB

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

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

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

R = 3.03%
G = 45.02%
B = 51.95%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#076878 (or 0x076878) is known color: Blue Lagoon. HEX triplet: 07, 68 and 78. RGB value is (7,104,120). Sum of RGB (Red+Green+Blue) = 7+104+120=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #076878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076878 is #F89787. Grayscale: #4C4C4C. Windows color (decimal): -16291720 or 7890951. OLE color: 7890951.

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

Color convert

RGB 7 104 120 -
CMYK 0.94 0.13 0 0.53
HSL 188.5º 0.89% 0.25% -
HSV(B) 188.5º 0.94% 0.47% -
XYZ 8.43 11.3 19.51 -
YUV 76.82 152.36 78.2 -
System Red Green Blue C M Y K H S L
Decimal 7 104 120 0.94 0.13 0 0.53 188.5 0.89 0.25
Hex 7 68 78 5E D 0 35 BC 59 19
Octal 7 150 170 136 15 0 65 274 131 31
Binary 111 1101000 1111000 1011110 1101 0 110101 10111100 1011001 11001

Color Harmonies of #076878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076878

Black with #076878

Text Example


Text Example

White with #076878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076878; }

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

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

background-color css

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

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

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

border-color css

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

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

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