Html Css Color HEX #81748C Topaz

📋 copy color: '#81748C'

red 129 ◦ green 116 ◦ blue 140

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

Shades of Topaz #81748C

Tints of Topaz #81748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.13%

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 33.51%
G = 30.13%
B = 36.36%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81748C (or 0x81748C) is known color: Topaz. HEX triplet: 81, 74 and 8C. RGB value is (129,116,140). Sum of RGB (Red+Green+Blue) = 129+116+140=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 140 - color contains mainly: blue. Hex color #81748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81748C is #7E8B73. Grayscale: #7A7A7A. Windows color (decimal): -8293236 or 9204865. OLE color: 9204865.

HSL color Cylindrical-coordinate representation of color #81748C: hue angle of 272.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81748C is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 116 140 -
CMYK 0.08 0.17 0 0.45
HSL 272.5º 0.09% 0.5% -
HSV(B) 272.5º 0.17% 0.55% -
XYZ 20.03 19.05 27.43 -
YUV 122.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 129 116 140 0.08 0.17 0 0.45 272.5 0.09 0.5
Hex 81 74 8C 8 11 0 2D 110 9 32
Octal 201 164 214 10 21 0 55 420 11 62
Binary 10000001 1110100 10001100 1000 10001 0 101101 100010000 1001 110010

Color Harmonies of #81748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81748C

Black with #81748C

Text Example


Text Example

White with #81748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,116,140); }

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

background-color css

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

 a { background-color: rgb(129,116,140); }

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

border-color css

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

 span { border-color: rgb(129,116,140); }

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