Html Css Color HEX #837070 Ferra

📋 copy color: '#837070'

red 131 ◦ green 112 ◦ blue 112

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

Shades of Ferra #837070

Tints of Ferra #837070

RGB

 RED value IS 131 (51.56% from 255) = 36.9%

 GREEN value IS 112 (44.14% from 255) = 31.55%

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 36.9%
G = 31.55%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#837070 (or 0x837070) is known color: Ferra. HEX triplet: 83, 70 and 70. RGB value is (131,112,112). Sum of RGB (Red+Green+Blue) = 131+112+112=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 131 - color contains mainly: red. Hex color #837070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837070 is #7C8F8F. Grayscale: #757575. Windows color (decimal): -8163216 or 7368835. OLE color: 7368835.

HSL color Cylindrical-coordinate representation of color #837070: hue angle of 0º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #837070 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 112 112 -
CMYK 0 0.15 0.15 0.49
HSL 0.08% 0.48% -
HSV(B) 0.15% 0.51% -
XYZ 18.08 17.58 17.77 -
YUV 117.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 131 112 112 0 0.15 0.15 0.49 0 0.08 0.48
Hex 83 70 70 0 F F 31 0 8 30
Octal 203 160 160 0 17 17 61 0 10 60
Binary 10000011 1110000 1110000 0 1111 1111 110001 0 1000 110000

Color Harmonies of #837070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837070

Black with #837070

Text Example


Text Example

White with #837070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837070; }

 p { color: rgb(131,112,112); }

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

background-color css

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

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

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

border-color css

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

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

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