Html Css Color HEX #076779 Blue Lagoon

📋 copy color: '#076779'

red 7 ◦ green 103 ◦ blue 121

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

Shades of Blue Lagoon #076779

Tints of Blue Lagoon #076779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.59%

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

R = 3.03%
G = 44.59%
B = 52.38%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#076779 (or 0x076779) is known color: Blue Lagoon. HEX triplet: 07, 67 and 79. RGB value is (7,103,121). Sum of RGB (Red+Green+Blue) = 7+103+121=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #076779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076779 is #F89886. Grayscale: #4C4C4C. Windows color (decimal): -16291975 or 7956231. OLE color: 7956231.

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

Color convert

RGB 7 103 121 -
CMYK 0.94 0.15 0 0.53
HSL 189.47º 0.89% 0.25% -
HSV(B) 189.47º 0.94% 0.47% -
XYZ 8.39 11.13 19.79 -
YUV 76.35 153.2 78.54 -
System Red Green Blue C M Y K H S L
Decimal 7 103 121 0.94 0.15 0 0.53 189.47 0.89 0.25
Hex 7 67 79 5E F 0 35 BD 59 19
Octal 7 147 171 136 17 0 65 275 131 31
Binary 111 1100111 1111001 1011110 1111 0 110101 10111101 1011001 11001

Color Harmonies of #076779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076779

Black with #076779

Text Example


Text Example

White with #076779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076779; }

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

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

background-color css

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

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

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

border-color css

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

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

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