Html Css Color HEX #076C7A Blue Lagoon

📋 copy color: '#076C7A'

red 7 ◦ green 108 ◦ blue 122

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

Shades of Blue Lagoon #076C7A

Tints of Blue Lagoon #076C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.57%

 BLUE value IS 122 (48.05% from 255) = 51.48%

R = 2.95%
G = 45.57%
B = 51.48%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#076C7A (or 0x076C7A) is known color: Blue Lagoon. HEX triplet: 07, 6C and 7A. RGB value is (7,108,122). Sum of RGB (Red+Green+Blue) = 7+108+122=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #076C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076C7A is #F89385. Grayscale: #4F4F4F. Windows color (decimal): -16290694 or 8023047. OLE color: 8023047.

HSL color Cylindrical-coordinate representation of color #076C7A: hue angle of 187.3º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076C7A is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 7 108 122 -
CMYK 0.94 0.11 0 0.52
HSL 187.3º 0.89% 0.25% -
HSV(B) 187.3º 0.94% 0.48% -
XYZ 8.96 12.18 20.29 -
YUV 79.4 152.04 76.36 -
System Red Green Blue C M Y K H S L
Decimal 7 108 122 0.94 0.11 0 0.52 187.3 0.89 0.25
Hex 7 6C 7A 5E B 0 34 BB 59 19
Octal 7 154 172 136 13 0 64 273 131 31
Binary 111 1101100 1111010 1011110 1011 0 110100 10111011 1011001 11001

Color Harmonies of #076C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076C7A

Black with #076C7A

Text Example


Text Example

White with #076C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,108,122); }

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

background-color css

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

 a { background-color: rgb(7,108,122); }

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

border-color css

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

 span { border-color: rgb(7,108,122); }

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