Html Css Color HEX #817787 Topaz

📋 copy color: '#817787'

red 129 ◦ green 119 ◦ blue 135

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

Shades of Topaz #817787

Tints of Topaz #817787

RGB

 RED value IS 129 (50.78% from 255) = 33.68%

 GREEN value IS 119 (46.88% from 255) = 31.07%

 BLUE value IS 135 (53.13% from 255) = 35.25%

R = 33.68%
G = 31.07%
B = 35.25%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#817787 (or 0x817787) is known color: Topaz. HEX triplet: 81, 77 and 87. RGB value is (129,119,135). Sum of RGB (Red+Green+Blue) = 129+119+135=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 135 - color contains mainly: blue. Hex color #817787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817787 is #7E8878. Grayscale: #7B7B7B. Windows color (decimal): -8292473 or 8877953. OLE color: 8877953.

HSL color Cylindrical-coordinate representation of color #817787: hue angle of 277.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 #817787 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 119 135 -
CMYK 0.04 0.12 0 0.47
HSL 277.5º 0.06% 0.5% -
HSV(B) 277.5º 0.12% 0.53% -
XYZ 20.02 19.61 25.65 -
YUV 123.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 129 119 135 0.04 0.12 0 0.47 277.5 0.06 0.5
Hex 81 77 87 4 C 0 2F 116 6 32
Octal 201 167 207 4 14 0 57 426 6 62
Binary 10000001 1110111 10000111 100 1100 0 101111 100010110 110 110010

Color Harmonies of #817787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817787

Black with #817787

Text Example


Text Example

White with #817787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817787; }

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

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

background-color css

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

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

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

border-color css

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

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

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