Html Css Color HEX #076375 Blue Lagoon

📋 copy color: '#076375'

red 7 ◦ green 99 ◦ blue 117

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

Shades of Blue Lagoon #076375

Tints of Blue Lagoon #076375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.39%

 BLUE value IS 117 (46.09% from 255) = 52.47%

R = 3.14%
G = 44.39%
B = 52.47%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#076375 (or 0x076375) is known color: Blue Lagoon. HEX triplet: 07, 63 and 75. RGB value is (7,99,117). Sum of RGB (Red+Green+Blue) = 7+99+117=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #076375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076375 is #F89C8A. Grayscale: #494949. Windows color (decimal): -16293003 or 7693063. OLE color: 7693063.

HSL color Cylindrical-coordinate representation of color #076375: hue angle of 189.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076375 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 99 117 -
CMYK 0.94 0.15 0 0.54
HSL 189.82º 0.89% 0.24% -
HSV(B) 189.82º 0.94% 0.46% -
XYZ 7.76 10.25 18.4 -
YUV 73.54 152.52 80.54 -
System Red Green Blue C M Y K H S L
Decimal 7 99 117 0.94 0.15 0 0.54 189.82 0.89 0.24
Hex 7 63 75 5E F 0 36 BE 59 18
Octal 7 143 165 136 17 0 66 276 131 30
Binary 111 1100011 1110101 1011110 1111 0 110110 10111110 1011001 11000

Color Harmonies of #076375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076375

Black with #076375

Text Example


Text Example

White with #076375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076375; }

 p { color: rgb(7,99,117); }

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

background-color css

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

 a { background-color: rgb(7,99,117); }

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

border-color css

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

 span { border-color: rgb(7,99,117); }

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