Html Css Color HEX #77847C Blue Smoke

📋 copy color: '#77847C'

red 119 ◦ green 132 ◦ blue 124

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

Shades of Blue Smoke #77847C

Tints of Blue Smoke #77847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.2%

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

R = 31.73%
G = 35.2%
B = 33.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#77847C (or 0x77847C) is known color: Blue Smoke. HEX triplet: 77, 84 and 7C. RGB value is (119,132,124). Sum of RGB (Red+Green+Blue) = 119+132+124=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 132 - color contains mainly: green. Hex color #77847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77847C is #887B83. Grayscale: #7F7F7F. Windows color (decimal): -8944516 or 8160375. OLE color: 8160375.

HSL color Cylindrical-coordinate representation of color #77847C: hue angle of 143.08º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #77847C is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 132 124 -
CMYK 0.10 0 0.06 0.48
HSL 143.08º 0.05% 0.49% -
HSV(B) 143.08º 0.1% 0.52% -
XYZ 19.5 21.88 22.26 -
YUV 127.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 119 132 124 0.10 0 0.06 0.48 143.08 0.05 0.49
Hex 77 84 7C A 0 6 30 8F 5 31
Octal 167 204 174 12 0 6 60 217 5 61
Binary 1110111 10000100 1111100 1010 0 110 110000 10001111 101 110001

Color Harmonies of #77847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77847C

Black with #77847C

Text Example


Text Example

White with #77847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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