Html Css Color HEX #076775 Blue Lagoon

📋 copy color: '#076775'

red 7 ◦ green 103 ◦ blue 117

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

Shades of Blue Lagoon #076775

Tints of Blue Lagoon #076775

RGB

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

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

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

R = 3.08%
G = 45.37%
B = 51.54%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#076775 (or 0x076775) is known color: Blue Lagoon. HEX triplet: 07, 67 and 75. RGB value is (7,103,117). Sum of RGB (Red+Green+Blue) = 7+103+117=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #076775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076775 is #F8988A. Grayscale: #4B4B4B. Windows color (decimal): -16291979 or 7694087. OLE color: 7694087.

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

Color convert

RGB 7 103 117 -
CMYK 0.94 0.12 0 0.54
HSL 187.64º 0.89% 0.24% -
HSV(B) 187.64º 0.94% 0.46% -
XYZ 8.15 11.03 18.53 -
YUV 75.89 151.2 78.86 -
System Red Green Blue C M Y K H S L
Decimal 7 103 117 0.94 0.12 0 0.54 187.64 0.89 0.24
Hex 7 67 75 5E C 0 36 BC 59 18
Octal 7 147 165 136 14 0 66 274 131 30
Binary 111 1100111 1110101 1011110 1100 0 110110 10111100 1011001 11000

Color Harmonies of #076775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076775

Black with #076775

Text Example


Text Example

White with #076775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076775; }

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

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

background-color css

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

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

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

border-color css

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

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

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