Html Css Color HEX #82725C Cement

📋 copy color: '#82725C'

red 130 ◦ green 114 ◦ blue 92

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

Shades of Cement #82725C

Tints of Cement #82725C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.93%

 BLUE value IS 92 (36.33% from 255) = 27.38%

R = 38.69%
G = 33.93%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82725C (or 0x82725C) is known color: Cement. HEX triplet: 82, 72 and 5C. RGB value is (130,114,92). Sum of RGB (Red+Green+Blue) = 130+114+92=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #82725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82725C is #7D8DA3. Grayscale: #747474. Windows color (decimal): -8228260 or 6058626. OLE color: 6058626.

HSL color Cylindrical-coordinate representation of color #82725C: hue angle of 34.74º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82725C is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 114 92 -
CMYK 0 0.12 0.29 0.49
HSL 34.74º 0.17% 0.44% -
HSV(B) 34.74º 0.29% 0.51% -
XYZ 17.16 17.55 12.61 -
YUV 116.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 130 114 92 0 0.12 0.29 0.49 34.74 0.17 0.44
Hex 82 72 5C 0 C 1D 31 23 11 2C
Octal 202 162 134 0 14 35 61 43 21 54
Binary 10000010 1110010 1011100 0 1100 11101 110001 100011 10001 101100

Color Harmonies of #82725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82725C

Black with #82725C

Text Example


Text Example

White with #82725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82725C; }

 p { color: rgb(130,114,92); }

 H1.HeaderClassName
 {
   color: #82725C;
 }
 .AnyTagClassName
 {
   color: #82725C;
 }
</style>

background-color css

<style>
 a { background-color: #82725C; }

 a { background-color: rgb(130,114,92); }

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

border-color css

<style>
 span { border-color: #82725C; }

 span { border-color: rgb(130,114,92); }

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