Html Css Color HEX #77817B Blue Smoke

📋 copy color: '#77817B'

red 119 ◦ green 129 ◦ blue 123

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

Shades of Blue Smoke #77817B

Tints of Blue Smoke #77817B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 32.08%
G = 34.77%
B = 33.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#77817B (or 0x77817B) is known color: Blue Smoke. HEX triplet: 77, 81 and 7B. RGB value is (119,129,123). Sum of RGB (Red+Green+Blue) = 119+129+123=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 129 - color contains mainly: green. Hex color #77817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77817B is #887E84. Grayscale: #7D7D7D. Windows color (decimal): -8945285 or 8094071. OLE color: 8094071.

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

Color convert

RGB 119 129 123 -
CMYK 0.08 0 0.05 0.49
HSL 144º 0.04% 0.49% -
HSV(B) 144º 0.08% 0.51% -
XYZ 19.03 21.05 21.8 -
YUV 125.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 119 129 123 0.08 0 0.05 0.49 144 0.04 0.49
Hex 77 81 7B 8 0 5 31 90 4 31
Octal 167 201 173 10 0 5 61 220 4 61
Binary 1110111 10000001 1111011 1000 0 101 110001 10010000 100 110001

Color Harmonies of #77817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77817B

Black with #77817B

Text Example


Text Example

White with #77817B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77817B; }

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

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

background-color css

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

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

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

border-color css

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

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

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