Html Css Color HEX #77867C Blue Smoke

📋 copy color: '#77867C'

red 119 ◦ green 134 ◦ blue 124

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

Shades of Blue Smoke #77867C

Tints of Blue Smoke #77867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

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

R = 31.56%
G = 35.54%
B = 32.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#77867C (or 0x77867C) is known color: Blue Smoke. HEX triplet: 77, 86 and 7C. RGB value is (119,134,124). Sum of RGB (Red+Green+Blue) = 119+134+124=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 134 - color contains mainly: green. Hex color #77867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77867C is #887983. Grayscale: #808080. Windows color (decimal): -8944004 or 8160887. OLE color: 8160887.

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

Color convert

RGB 119 134 124 -
CMYK 0.11 0 0.07 0.47
HSL 140º 0.06% 0.5% -
HSV(B) 140º 0.11% 0.53% -
XYZ 19.77 22.43 22.36 -
YUV 128.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 119 134 124 0.11 0 0.07 0.47 140 0.06 0.5
Hex 77 86 7C B 0 7 2F 8C 6 32
Octal 167 206 174 13 0 7 57 214 6 62
Binary 1110111 10000110 1111100 1011 0 111 101111 10001100 110 110010

Color Harmonies of #77867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77867C

Black with #77867C

Text Example


Text Example

White with #77867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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