Html Css Color HEX #076A74 Blue Lagoon

📋 copy color: '#076A74'

red 7 ◦ green 106 ◦ blue 116

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

Shades of Blue Lagoon #076A74

Tints of Blue Lagoon #076A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.29%

 BLUE value IS 116 (45.7% from 255) = 50.66%

R = 3.06%
G = 46.29%
B = 50.66%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#076A74 (or 0x076A74) is known color: Blue Lagoon. HEX triplet: 07, 6A and 74. RGB value is (7,106,116). Sum of RGB (Red+Green+Blue) = 7+106+116=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #076A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076A74 is #F8958B. Grayscale: #4D4D4D. Windows color (decimal): -16291212 or 7629319. OLE color: 7629319.

HSL color Cylindrical-coordinate representation of color #076A74: hue angle of 185.5º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076A74 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 106 116 -
CMYK 0.94 0.09 0 0.55
HSL 185.5º 0.89% 0.24% -
HSV(B) 185.5º 0.94% 0.45% -
XYZ 8.39 11.61 18.32 -
YUV 77.54 149.7 77.69 -
System Red Green Blue C M Y K H S L
Decimal 7 106 116 0.94 0.09 0 0.55 185.5 0.89 0.24
Hex 7 6A 74 5E 9 0 37 BA 59 18
Octal 7 152 164 136 11 0 67 272 131 30
Binary 111 1101010 1110100 1011110 1001 0 110111 10111010 1011001 11000

Color Harmonies of #076A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076A74

Black with #076A74

Text Example


Text Example

White with #076A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,106,116); }

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

background-color css

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

 a { background-color: rgb(7,106,116); }

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

border-color css

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

 span { border-color: rgb(7,106,116); }

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