Html Css Color HEX #77837C Blue Smoke

📋 copy color: '#77837C'

red 119 ◦ green 131 ◦ blue 124

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

Shades of Blue Smoke #77837C

Tints of Blue Smoke #77837C

RGB

 RED value IS 119 (46.88% from 255) = 31.82%

 GREEN value IS 131 (51.56% from 255) = 35.03%

 BLUE value IS 124 (48.83% from 255) = 33.16%

R = 31.82%
G = 35.03%
B = 33.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#77837C (or 0x77837C) is known color: Blue Smoke. HEX triplet: 77, 83 and 7C. RGB value is (119,131,124). Sum of RGB (Red+Green+Blue) = 119+131+124=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 131 - color contains mainly: green. Hex color #77837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77837C is #887C83. Grayscale: #7E7E7E. Windows color (decimal): -8944772 or 8160119. OLE color: 8160119.

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

Color convert

RGB 119 131 124 -
CMYK 0.09 0 0.05 0.49
HSL 145º 0.05% 0.49% -
HSV(B) 145º 0.09% 0.51% -
XYZ 19.36 21.61 22.22 -
YUV 126.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 119 131 124 0.09 0 0.05 0.49 145 0.05 0.49
Hex 77 83 7C 9 0 5 31 91 5 31
Octal 167 203 174 11 0 5 61 221 5 61
Binary 1110111 10000011 1111100 1001 0 101 110001 10010001 101 110001

Color Harmonies of #77837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77837C

Black with #77837C

Text Example


Text Example

White with #77837C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77837C; }

 p { color: rgb(119,131,124); }

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

background-color css

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

 a { background-color: rgb(119,131,124); }

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

border-color css

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

 span { border-color: rgb(119,131,124); }

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