Html Css Color HEX #84817B Concord

📋 copy color: '#84817B'

red 132 ◦ green 129 ◦ blue 123

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

Shades of Concord #84817B

Tints of Concord #84817B

RGB

 RED value IS 132 (51.95% from 255) = 34.38%

 GREEN value IS 129 (50.78% from 255) = 33.59%

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 34.38%
G = 33.59%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#84817B (or 0x84817B) is known color: Concord. HEX triplet: 84, 81 and 7B. RGB value is (132,129,123). Sum of RGB (Red+Green+Blue) = 132+129+123=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 132 - color contains mainly: red. Hex color #84817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84817B is #7B7E84. Grayscale: #818181. Windows color (decimal): -8093317 or 8094084. OLE color: 8094084.

HSL color Cylindrical-coordinate representation of color #84817B: hue angle of 40º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #84817B is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 129 123 -
CMYK 0 0.02 0.07 0.48
HSL 40º 0.04% 0.5% -
HSV(B) 40º 0.07% 0.52% -
XYZ 20.94 22.04 21.89 -
YUV 129.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 132 129 123 0 0.02 0.07 0.48 40 0.04 0.5
Hex 84 81 7B 0 2 7 30 28 4 32
Octal 204 201 173 0 2 7 60 50 4 62
Binary 10000100 10000001 1111011 0 10 111 110000 101000 100 110010

Color Harmonies of #84817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84817B

Black with #84817B

Text Example


Text Example

White with #84817B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84817B; }

 p { color: rgb(132,129,123); }

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

background-color css

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

 a { background-color: rgb(132,129,123); }

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

border-color css

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

 span { border-color: rgb(132,129,123); }

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