Html Css Color HEX #725D4F Kabul

📋 copy color: '#725D4F'

red 114 ◦ green 93 ◦ blue 79

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

Shades of Kabul #725D4F

Tints of Kabul #725D4F

RGB

 RED value IS 114 (44.92% from 255) = 39.86%

 GREEN value IS 93 (36.72% from 255) = 32.52%

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

R = 39.86%
G = 32.52%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#725D4F (or 0x725D4F) is known color: Kabul. HEX triplet: 72, 5D and 4F. RGB value is (114,93,79). Sum of RGB (Red+Green+Blue) = 114+93+79=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #725D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725D4F is #8DA2B0. Grayscale: #616161. Windows color (decimal): -9282225 or 5201266. OLE color: 5201266.

HSL color Cylindrical-coordinate representation of color #725D4F: hue angle of 24º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #725D4F is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 93 79 -
CMYK 0 0.18 0.31 0.55
HSL 24º 0.18% 0.38% -
HSV(B) 24º 0.31% 0.45% -
XYZ 12.27 11.97 9.06 -
YUV 97.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 114 93 79 0 0.18 0.31 0.55 24 0.18 0.38
Hex 72 5D 4F 0 12 1F 37 18 12 26
Octal 162 135 117 0 22 37 67 30 22 46
Binary 1110010 1011101 1001111 0 10010 11111 110111 11000 10010 100110

Color Harmonies of #725D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725D4F

Black with #725D4F

Text Example


Text Example

White with #725D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725D4F; }

 p { color: rgb(114,93,79); }

 H1.HeaderClassName
 {
   color: #725D4F;
 }
 .AnyTagClassName
 {
   color: #725D4F;
 }
</style>

background-color css

<style>
 a { background-color: #725D4F; }

 a { background-color: rgb(114,93,79); }

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

border-color css

<style>
 span { border-color: #725D4F; }

 span { border-color: rgb(114,93,79); }

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