Html Css Color HEX #817694 Topaz

📋 copy color: '#817694'

red 129 ◦ green 118 ◦ blue 148

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

Shades of Topaz #817694

Tints of Topaz #817694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.87%

 BLUE value IS 148 (58.2% from 255) = 37.47%

R = 32.66%
G = 29.87%
B = 37.47%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#817694 (or 0x817694) is known color: Topaz. HEX triplet: 81, 76 and 94. RGB value is (129,118,148). Sum of RGB (Red+Green+Blue) = 129+118+148=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 148 - color contains mainly: blue. Hex color #817694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817694 is #7E896B. Grayscale: #7C7C7C. Windows color (decimal): -8292716 or 9729665. OLE color: 9729665.

HSL color Cylindrical-coordinate representation of color #817694: hue angle of 262º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #817694 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 118 148 -
CMYK 0.13 0.20 0 0.42
HSL 262º 0.12% 0.52% -
HSV(B) 262º 0.2% 0.58% -
XYZ 20.88 19.76 30.73 -
YUV 124.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 129 118 148 0.13 0.20 0 0.42 262 0.12 0.52
Hex 81 76 94 D 14 0 2A 106 C 34
Octal 201 166 224 15 24 0 52 406 14 64
Binary 10000001 1110110 10010100 1101 10100 0 101010 100000110 1100 110100

Color Harmonies of #817694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817694

Black with #817694

Text Example


Text Example

White with #817694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817694; }

 p { color: rgb(129,118,148); }

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

background-color css

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

 a { background-color: rgb(129,118,148); }

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

border-color css

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

 span { border-color: rgb(129,118,148); }

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