Html Css Color HEX #817B75 Americano

📋 copy color: '#817B75'

red 129 ◦ green 123 ◦ blue 117

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

Shades of Americano #817B75

Tints of Americano #817B75

RGB

 RED value IS 129 (50.78% from 255) = 34.96%

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

 BLUE value IS 117 (46.09% from 255) = 31.71%

R = 34.96%
G = 33.33%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#817B75 (or 0x817B75) is known color: Americano. HEX triplet: 81, 7B and 75. RGB value is (129,123,117). Sum of RGB (Red+Green+Blue) = 129+123+117=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 129 - color contains mainly: red. Hex color #817B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817B75 is #7E848A. Grayscale: #7C7C7C. Windows color (decimal): -8291467 or 7699329. OLE color: 7699329.

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

Color convert

RGB 129 123 117 -
CMYK 0 0.05 0.09 0.49
HSL 30º 0.05% 0.48% -
HSV(B) 30º 0.09% 0.51% -
XYZ 19.35 20.12 19.69 -
YUV 124.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 129 123 117 0 0.05 0.09 0.49 30 0.05 0.48
Hex 81 7B 75 0 5 9 31 1E 5 30
Octal 201 173 165 0 5 11 61 36 5 60
Binary 10000001 1111011 1110101 0 101 1001 110001 11110 101 110000

Color Harmonies of #817B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817B75

Black with #817B75

Text Example


Text Example

White with #817B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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