Html Css Color HEX #827B6D Arrowtown

📋 copy color: '#827B6D'

red 130 ◦ green 123 ◦ blue 109

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

Shades of Arrowtown #827B6D

Tints of Arrowtown #827B6D

RGB

 RED value IS 130 (51.17% from 255) = 35.91%

 GREEN value IS 123 (48.44% from 255) = 33.98%

 BLUE value IS 109 (42.97% from 255) = 30.11%

R = 35.91%
G = 33.98%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#827B6D (or 0x827B6D) is known color: Arrowtown. HEX triplet: 82, 7B and 6D. RGB value is (130,123,109). Sum of RGB (Red+Green+Blue) = 130+123+109=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #827B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B6D is #7D8492. Grayscale: #7B7B7B. Windows color (decimal): -8225939 or 7175042. OLE color: 7175042.

HSL color Cylindrical-coordinate representation of color #827B6D: hue angle of 40º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #827B6D is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 123 109 -
CMYK 0 0.05 0.16 0.49
HSL 40º 0.09% 0.47% -
HSV(B) 40º 0.16% 0.51% -
XYZ 19.05 20.02 17.33 -
YUV 123.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 130 123 109 0 0.05 0.16 0.49 40 0.09 0.47
Hex 82 7B 6D 0 5 10 31 28 9 2F
Octal 202 173 155 0 5 20 61 50 11 57
Binary 10000010 1111011 1101101 0 101 10000 110001 101000 1001 101111

Color Harmonies of #827B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B6D

Black with #827B6D

Text Example


Text Example

White with #827B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827B6D; }

 p { color: rgb(130,123,109); }

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

background-color css

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

 a { background-color: rgb(130,123,109); }

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

border-color css

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

 span { border-color: rgb(130,123,109); }

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