Html Css Color HEX #8A7D67 Arrowtown

📋 copy color: '#8A7D67'

red 138 ◦ green 125 ◦ blue 103

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

Shades of Arrowtown #8A7D67

Tints of Arrowtown #8A7D67

RGB

 RED value IS 138 (54.3% from 255) = 37.7%

 GREEN value IS 125 (49.22% from 255) = 34.15%

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

R = 37.7%
G = 34.15%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#8A7D67 (or 0x8A7D67) is known color: Arrowtown. HEX triplet: 8A, 7D and 67. RGB value is (138,125,103). Sum of RGB (Red+Green+Blue) = 138+125+103=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7D67 is #758298. Grayscale: #7E7E7E. Windows color (decimal): -7701145 or 6782346. OLE color: 6782346.

HSL color Cylindrical-coordinate representation of color #8A7D67: hue angle of 37.71º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A7D67 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 125 103 -
CMYK 0 0.09 0.25 0.46
HSL 37.71º 0.15% 0.47% -
HSV(B) 37.71º 0.25% 0.54% -
XYZ 20.26 21.05 15.83 -
YUV 126.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 138 125 103 0 0.09 0.25 0.46 37.71 0.15 0.47
Hex 8A 7D 67 0 9 19 2E 26 F 2F
Octal 212 175 147 0 11 31 56 46 17 57
Binary 10001010 1111101 1100111 0 1001 11001 101110 100110 1111 101111

Color Harmonies of #8A7D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7D67

Black with #8A7D67

Text Example


Text Example

White with #8A7D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A7D67; }

 p { color: rgb(138,125,103); }

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

background-color css

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

 a { background-color: rgb(138,125,103); }

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

border-color css

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

 span { border-color: rgb(138,125,103); }

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