Html Css Color HEX #827B67 Arrowtown

📋 copy color: '#827B67'

red 130 ◦ green 123 ◦ blue 103

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

Shades of Arrowtown #827B67

Tints of Arrowtown #827B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.93%

R = 36.52%
G = 34.55%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#827B67 (or 0x827B67) is known color: Arrowtown. HEX triplet: 82, 7B and 67. RGB value is (130,123,103). Sum of RGB (Red+Green+Blue) = 130+123+103=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #827B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B67 is #7D8498. Grayscale: #7A7A7A. Windows color (decimal): -8225945 or 6781826. OLE color: 6781826.

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

Color convert

RGB 130 123 103 -
CMYK 0 0.05 0.21 0.49
HSL 44.44º 0.12% 0.46% -
HSV(B) 44.44º 0.21% 0.51% -
XYZ 18.74 19.89 15.68 -
YUV 122.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 130 123 103 0 0.05 0.21 0.49 44.44 0.12 0.46
Hex 82 7B 67 0 5 15 31 2C C 2E
Octal 202 173 147 0 5 25 61 54 14 56
Binary 10000010 1111011 1100111 0 101 10101 110001 101100 1100 101110

Color Harmonies of #827B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B67

Black with #827B67

Text Example


Text Example

White with #827B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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