Html Css Color HEX #768077 Blue Smoke

📋 copy color: '#768077'

red 118 ◦ green 128 ◦ blue 119

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

Shades of Blue Smoke #768077

Tints of Blue Smoke #768077

RGB

 RED value IS 118 (46.48% from 255) = 32.33%

 GREEN value IS 128 (50.39% from 255) = 35.07%

 BLUE value IS 119 (46.88% from 255) = 32.6%

R = 32.33%
G = 35.07%
B = 32.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#768077 (or 0x768077) is known color: Blue Smoke. HEX triplet: 76, 80 and 77. RGB value is (118,128,119). Sum of RGB (Red+Green+Blue) = 118+128+119=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 128 - color contains mainly: green. Hex color #768077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768077 is #897F88. Grayscale: #7C7C7C. Windows color (decimal): -9011081 or 7831670. OLE color: 7831670.

HSL color Cylindrical-coordinate representation of color #768077: hue angle of 126º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #768077 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 119 -
CMYK 0.08 0 0.07 0.50
HSL 126º 0.04% 0.48% -
HSV(B) 126º 0.08% 0.5% -
XYZ 18.52 20.62 20.46 -
YUV 123.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 118 128 119 0.08 0 0.07 0.50 126 0.04 0.48
Hex 76 80 77 8 0 7 32 7E 4 30
Octal 166 200 167 10 0 7 62 176 4 60
Binary 1110110 10000000 1110111 1000 0 111 110010 1111110 100 110000

Color Harmonies of #768077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768077

Black with #768077

Text Example


Text Example

White with #768077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768077; }

 p { color: rgb(118,128,119); }

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

background-color css

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

 a { background-color: rgb(118,128,119); }

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

border-color css

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

 span { border-color: rgb(118,128,119); }

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