Html Css Color HEX #715F4F Kabul

📋 copy color: '#715F4F'

red 113 ◦ green 95 ◦ blue 79

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

Shades of Kabul #715F4F

Tints of Kabul #715F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.53%

R = 39.37%
G = 33.1%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#715F4F (or 0x715F4F) is known color: Kabul. HEX triplet: 71, 5F and 4F. RGB value is (113,95,79). Sum of RGB (Red+Green+Blue) = 113+95+79=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #715F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F4F is #8EA0B0. Grayscale: #626262. Windows color (decimal): -9347249 or 5201777. OLE color: 5201777.

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

Color convert

RGB 113 95 79 -
CMYK 0 0.16 0.30 0.56
HSL 28.24º 0.18% 0.38% -
HSV(B) 28.24º 0.3% 0.44% -
XYZ 12.31 12.26 9.11 -
YUV 98.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 113 95 79 0 0.16 0.30 0.56 28.24 0.18 0.38
Hex 71 5F 4F 0 10 1E 38 1C 12 26
Octal 161 137 117 0 20 36 70 34 22 46
Binary 1110001 1011111 1001111 0 10000 11110 111000 11100 10010 100110

Color Harmonies of #715F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F4F

Black with #715F4F

Text Example


Text Example

White with #715F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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