Html Css Color HEX #77817A Blue Smoke

📋 copy color: '#77817A'

red 119 ◦ green 129 ◦ blue 122

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

Shades of Blue Smoke #77817A

Tints of Blue Smoke #77817A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.97%

R = 32.16%
G = 34.86%
B = 32.97%

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

#77817A (or 0x77817A) is known color: Blue Smoke. HEX triplet: 77, 81 and 7A. RGB value is (119,129,122). Sum of RGB (Red+Green+Blue) = 119+129+122=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 129 - color contains mainly: green. Hex color #77817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77817A is #887E85. Grayscale: #7D7D7D. Windows color (decimal): -8945286 or 8028535. OLE color: 8028535.

HSL color Cylindrical-coordinate representation of color #77817A: hue angle of 138º 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 #77817A is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 129 122 -
CMYK 0.08 0 0.05 0.49
HSL 138º 0.04% 0.49% -
HSV(B) 138º 0.08% 0.51% -
XYZ 18.97 21.03 21.47 -
YUV 125.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 119 129 122 0.08 0 0.05 0.49 138 0.04 0.49
Hex 77 81 7A 8 0 5 31 8A 4 31
Octal 167 201 172 10 0 5 61 212 4 61
Binary 1110111 10000001 1111010 1000 0 101 110001 10001010 100 110001

Color Harmonies of #77817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77817A

Black with #77817A

Text Example


Text Example

White with #77817A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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