Html Css Color HEX #715F50 Kabul

📋 copy color: '#715F50'

red 113 ◦ green 95 ◦ blue 80

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

Shades of Kabul #715F50

Tints of Kabul #715F50

RGB

 RED value IS 113 (44.53% from 255) = 39.24%

 GREEN value IS 95 (37.5% from 255) = 32.99%

 BLUE value IS 80 (31.64% from 255) = 27.78%

R = 39.24%
G = 32.99%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#715F50 (or 0x715F50) is known color: Kabul. HEX triplet: 71, 5F and 50. RGB value is (113,95,80). Sum of RGB (Red+Green+Blue) = 113+95+80=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #715F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F50 is #8EA0AF. Grayscale: #626262. Windows color (decimal): -9347248 or 5267313. OLE color: 5267313.

HSL color Cylindrical-coordinate representation of color #715F50: hue angle of 27.27º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #715F50 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 95 80 -
CMYK 0 0.16 0.29 0.56
HSL 27.27º 0.17% 0.38% -
HSV(B) 27.27º 0.29% 0.44% -
XYZ 12.35 12.27 9.31 -
YUV 98.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 113 95 80 0 0.16 0.29 0.56 27.27 0.17 0.38
Hex 71 5F 50 0 10 1D 38 1B 11 26
Octal 161 137 120 0 20 35 70 33 21 46
Binary 1110001 1011111 1010000 0 10000 11101 111000 11011 10001 100110

Color Harmonies of #715F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F50

Black with #715F50

Text Example


Text Example

White with #715F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715F50; }

 p { color: rgb(113,95,80); }

 H1.HeaderClassName
 {
   color: #715F50;
 }
 .AnyTagClassName
 {
   color: #715F50;
 }
</style>

background-color css

<style>
 a { background-color: #715F50; }

 a { background-color: rgb(113,95,80); }

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

border-color css

<style>
 span { border-color: #715F50; }

 span { border-color: rgb(113,95,80); }

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