Html Css Color HEX #827B75 Americano

📋 copy color: '#827B75'

red 130 ◦ green 123 ◦ blue 117

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

Shades of Americano #827B75

Tints of Americano #827B75

RGB

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

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

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

R = 35.14%
G = 33.24%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#827B75 (or 0x827B75) is known color: Americano. HEX triplet: 82, 7B and 75. RGB value is (130,123,117). Sum of RGB (Red+Green+Blue) = 130+123+117=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 130 - color contains mainly: red. Hex color #827B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B75 is #7D848A. Grayscale: #7C7C7C. Windows color (decimal): -8225931 or 7699330. OLE color: 7699330.

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

Color convert

RGB 130 123 117 -
CMYK 0 0.05 0.1 0.49
HSL 27.69º 0.05% 0.48% -
HSV(B) 27.69º 0.1% 0.51% -
XYZ 19.5 20.2 19.7 -
YUV 124.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 130 123 117 0 0.05 0.1 0.49 27.69 0.05 0.48
Hex 82 7B 75 0 5 A 31 1C 5 30
Octal 202 173 165 0 5 12 61 34 5 60
Binary 10000010 1111011 1110101 0 101 1010 110001 11100 101 110000

Color Harmonies of #827B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B75

Black with #827B75

Text Example


Text Example

White with #827B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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