Html Css Color HEX #706050 Kabul

📋 copy color: '#706050'

red 112 ◦ green 96 ◦ blue 80

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

Shades of Kabul #706050

Tints of Kabul #706050

RGB

 RED value IS 112 (44.14% from 255) = 38.89%

 GREEN value IS 96 (37.89% from 255) = 33.33%

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

R = 38.89%
G = 33.33%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#706050 (or 0x706050) is known color: Kabul. HEX triplet: 70, 60 and 50. RGB value is (112,96,80). Sum of RGB (Red+Green+Blue) = 112+96+80=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #706050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706050 is #8F9FAF. Grayscale: #636363. Windows color (decimal): -9412528 or 5267568. OLE color: 5267568.

HSL color Cylindrical-coordinate representation of color #706050: hue angle of 30º 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 #706050 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 80 -
CMYK 0 0.14 0.29 0.56
HSL 30º 0.17% 0.38% -
HSV(B) 30º 0.29% 0.44% -
XYZ 12.31 12.39 9.33 -
YUV 98.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 112 96 80 0 0.14 0.29 0.56 30 0.17 0.38
Hex 70 60 50 0 E 1D 38 1E 11 26
Octal 160 140 120 0 16 35 70 36 21 46
Binary 1110000 1100000 1010000 0 1110 11101 111000 11110 10001 100110

Color Harmonies of #706050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706050

Black with #706050

Text Example


Text Example

White with #706050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706050; }

 p { color: rgb(112,96,80); }

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

background-color css

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

 a { background-color: rgb(112,96,80); }

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

border-color css

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

 span { border-color: rgb(112,96,80); }

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