Html Css Color HEX #77877D Blue Smoke

📋 copy color: '#77877D'

red 119 ◦ green 135 ◦ blue 125

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

Shades of Blue Smoke #77877D

Tints of Blue Smoke #77877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.62%

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 31.4%
G = 35.62%
B = 32.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#77877D (or 0x77877D) is known color: Blue Smoke. HEX triplet: 77, 87 and 7D. RGB value is (119,135,125). Sum of RGB (Red+Green+Blue) = 119+135+125=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 135 - color contains mainly: green. Hex color #77877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77877D is #887882. Grayscale: #818181. Windows color (decimal): -8943747 or 8226679. OLE color: 8226679.

HSL color Cylindrical-coordinate representation of color #77877D: hue angle of 142.5º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #77877D is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 135 125 -
CMYK 0.12 0 0.07 0.47
HSL 142.5º 0.06% 0.5% -
HSV(B) 142.5º 0.12% 0.53% -
XYZ 19.97 22.73 22.74 -
YUV 129.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 119 135 125 0.12 0 0.07 0.47 142.5 0.06 0.5
Hex 77 87 7D C 0 7 2F 8E 6 32
Octal 167 207 175 14 0 7 57 216 6 62
Binary 1110111 10000111 1111101 1100 0 111 101111 10001110 110 110010

Color Harmonies of #77877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77877D

Black with #77877D

Text Example


Text Example

White with #77877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77877D; }

 p { color: rgb(119,135,125); }

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

background-color css

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

 a { background-color: rgb(119,135,125); }

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

border-color css

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

 span { border-color: rgb(119,135,125); }

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