Html Css Color HEX #076773 Blue Lagoon

📋 copy color: '#076773'

red 7 ◦ green 103 ◦ blue 115

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

Shades of Blue Lagoon #076773

Tints of Blue Lagoon #076773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.11%

R = 3.11%
G = 45.78%
B = 51.11%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#076773 (or 0x076773) is known color: Blue Lagoon. HEX triplet: 07, 67 and 73. RGB value is (7,103,115). Sum of RGB (Red+Green+Blue) = 7+103+115=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #076773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076773 is #F8988C. Grayscale: #4B4B4B. Windows color (decimal): -16291981 or 7563015. OLE color: 7563015.

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

Color convert

RGB 7 103 115 -
CMYK 0.94 0.10 0 0.55
HSL 186.67º 0.89% 0.24% -
HSV(B) 186.67º 0.94% 0.45% -
XYZ 8.03 10.98 17.92 -
YUV 75.66 150.2 79.02 -
System Red Green Blue C M Y K H S L
Decimal 7 103 115 0.94 0.10 0 0.55 186.67 0.89 0.24
Hex 7 67 73 5E A 0 37 BB 59 18
Octal 7 147 163 136 12 0 67 273 131 30
Binary 111 1100111 1110011 1011110 1010 0 110111 10111011 1011001 11000

Color Harmonies of #076773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076773

Black with #076773

Text Example


Text Example

White with #076773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076773; }

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

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

background-color css

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

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

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

border-color css

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

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

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