Html Css Color HEX #873764 Rose Bud Cherry

📋 copy color: '#873764'

red 135 ◦ green 55 ◦ blue 100

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

Shades of Rose Bud Cherry #873764

Tints of Rose Bud Cherry #873764

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.97%

 BLUE value IS 100 (39.45% from 255) = 34.48%

R = 46.55%
G = 18.97%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#873764 (or 0x873764) is known color: Rose Bud Cherry. HEX triplet: 87, 37 and 64. RGB value is (135,55,100). Sum of RGB (Red+Green+Blue) = 135+55+100=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #873764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873764 is #78C89B. Grayscale: #535353. Windows color (decimal): -7915676 or 6567815. OLE color: 6567815.

HSL color Cylindrical-coordinate representation of color #873764: hue angle of 326.25º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873764 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 55 100 -
CMYK 0 0.59 0.26 0.47
HSL 326.25º 0.42% 0.37% -
HSV(B) 326.25º 0.59% 0.53% -
XYZ 13.66 8.8 13.04 -
YUV 84.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 135 55 100 0 0.59 0.26 0.47 326.25 0.42 0.37
Hex 87 37 64 0 3B 1A 2F 146 2A 25
Octal 207 67 144 0 73 32 57 506 52 45
Binary 10000111 110111 1100100 0 111011 11010 101111 101000110 101010 100101

Color Harmonies of #873764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873764

Black with #873764

Text Example


Text Example

White with #873764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873764; }

 p { color: rgb(135,55,100); }

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

background-color css

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

 a { background-color: rgb(135,55,100); }

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

border-color css

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

 span { border-color: rgb(135,55,100); }

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