Html Css Color HEX #076B7C Blue Lagoon

📋 copy color: '#076B7C'

red 7 ◦ green 107 ◦ blue 124

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

Shades of Blue Lagoon #076B7C

Tints of Blue Lagoon #076B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.96%

 BLUE value IS 124 (48.83% from 255) = 52.1%

R = 2.94%
G = 44.96%
B = 52.1%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#076B7C (or 0x076B7C) is known color: Blue Lagoon. HEX triplet: 07, 6B and 7C. RGB value is (7,107,124). Sum of RGB (Red+Green+Blue) = 7+107+124=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #076B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B7C is #F89483. Grayscale: #4E4E4E. Windows color (decimal): -16290948 or 8153863. OLE color: 8153863.

HSL color Cylindrical-coordinate representation of color #076B7C: hue angle of 188.72º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076B7C is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 107 124 -
CMYK 0.94 0.14 0 0.51
HSL 188.72º 0.89% 0.26% -
HSV(B) 188.72º 0.94% 0.49% -
XYZ 8.98 12.02 20.91 -
YUV 79.04 153.37 76.62 -
System Red Green Blue C M Y K H S L
Decimal 7 107 124 0.94 0.14 0 0.51 188.72 0.89 0.26
Hex 7 6B 7C 5E E 0 33 BD 59 1A
Octal 7 153 174 136 16 0 63 275 131 32
Binary 111 1101011 1111100 1011110 1110 0 110011 10111101 1011001 11010

Color Harmonies of #076B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B7C

Black with #076B7C

Text Example


Text Example

White with #076B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,107,124); }

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

background-color css

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

 a { background-color: rgb(7,107,124); }

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

border-color css

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

 span { border-color: rgb(7,107,124); }

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