Html Css Color HEX #877792 Topaz

📋 copy color: '#877792'

red 135 ◦ green 119 ◦ blue 146

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

Shades of Topaz #877792

Tints of Topaz #877792

RGB

 RED value IS 135 (53.13% from 255) = 33.75%

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

 BLUE value IS 146 (57.42% from 255) = 36.5%

R = 33.75%
G = 29.75%
B = 36.5%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#877792 (or 0x877792) is known color: Topaz. HEX triplet: 87, 77 and 92. RGB value is (135,119,146). Sum of RGB (Red+Green+Blue) = 135+119+146=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 146 - color contains mainly: blue. Hex color #877792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877792 is #78886D. Grayscale: #7E7E7E. Windows color (decimal): -7899246 or 9598855. OLE color: 9598855.

HSL color Cylindrical-coordinate representation of color #877792: hue angle of 275.56º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #877792 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 119 146 -
CMYK 0.08 0.18 0 0.43
HSL 275.56º 0.11% 0.52% -
HSV(B) 275.56º 0.18% 0.57% -
XYZ 21.78 20.42 29.99 -
YUV 126.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 135 119 146 0.08 0.18 0 0.43 275.56 0.11 0.52
Hex 87 77 92 8 12 0 2B 114 B 34
Octal 207 167 222 10 22 0 53 424 13 64
Binary 10000111 1110111 10010010 1000 10010 0 101011 100010100 1011 110100

Color Harmonies of #877792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877792

Black with #877792

Text Example


Text Example

White with #877792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877792; }

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

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

background-color css

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

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

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

border-color css

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

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

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