Html Css Color HEX #768177 Blue Smoke

📋 copy color: '#768177'

red 118 ◦ green 129 ◦ blue 119

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

Shades of Blue Smoke #768177

Tints of Blue Smoke #768177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.25%

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

R = 32.24%
G = 35.25%
B = 32.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#768177 (or 0x768177) is known color: Blue Smoke. HEX triplet: 76, 81 and 77. RGB value is (118,129,119). Sum of RGB (Red+Green+Blue) = 118+129+119=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 129 - color contains mainly: green. Hex color #768177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768177 is #897E88. Grayscale: #7C7C7C. Windows color (decimal): -9010825 or 7831926. OLE color: 7831926.

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

Color convert

RGB 118 129 119 -
CMYK 0.09 0 0.08 0.49
HSL 125.45º 0.04% 0.48% -
HSV(B) 125.45º 0.09% 0.51% -
XYZ 18.65 20.88 20.5 -
YUV 124.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 118 129 119 0.09 0 0.08 0.49 125.45 0.04 0.48
Hex 76 81 77 9 0 8 31 7D 4 30
Octal 166 201 167 11 0 10 61 175 4 60
Binary 1110110 10000001 1110111 1001 0 1000 110001 1111101 100 110000

Color Harmonies of #768177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768177

Black with #768177

Text Example


Text Example

White with #768177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768177; }

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

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

background-color css

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

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

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

border-color css

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

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

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