Html Css Color HEX #076E7F Blue Lagoon

📋 copy color: '#076E7F'

red 7 ◦ green 110 ◦ blue 127

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

Shades of Blue Lagoon #076E7F

Tints of Blue Lagoon #076E7F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.08%

 BLUE value IS 127 (50% from 255) = 52.05%

R = 2.87%
G = 45.08%
B = 52.05%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#076E7F (or 0x076E7F) is known color: Blue Lagoon. HEX triplet: 07, 6E and 7F. RGB value is (7,110,127). Sum of RGB (Red+Green+Blue) = 7+110+127=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #076E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076E7F is #F89180. Grayscale: #505050. Windows color (decimal): -16290177 or 8351239. OLE color: 8351239.

HSL color Cylindrical-coordinate representation of color #076E7F: hue angle of 188.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076E7F is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 7 110 127 -
CMYK 0.94 0.13 0 0.50
HSL 188.5º 0.9% 0.26% -
HSV(B) 188.5º 0.94% 0.5% -
XYZ 9.49 12.73 22.04 -
YUV 81.14 153.88 75.12 -
System Red Green Blue C M Y K H S L
Decimal 7 110 127 0.94 0.13 0 0.50 188.5 0.9 0.26
Hex 7 6E 7F 5E D 0 32 BC 5A 1A
Octal 7 156 177 136 15 0 62 274 132 32
Binary 111 1101110 1111111 1011110 1101 0 110010 10111100 1011010 11010

Color Harmonies of #076E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076E7F

Black with #076E7F

Text Example


Text Example

White with #076E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,110,127); }

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

background-color css

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

 a { background-color: rgb(7,110,127); }

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

border-color css

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

 span { border-color: rgb(7,110,127); }

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