Html Css Color HEX #707853 Finch

📋 copy color: '#707853'

red 112 ◦ green 120 ◦ blue 83

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

Shades of Finch #707853

Tints of Finch #707853

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.1%

 BLUE value IS 83 (32.81% from 255) = 26.35%

R = 35.56%
G = 38.1%
B = 26.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#707853 (or 0x707853) is known color: Finch. HEX triplet: 70, 78 and 53. RGB value is (112,120,83). Sum of RGB (Red+Green+Blue) = 112+120+83=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #707853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707853 is #8F87AC. Grayscale: #717171. Windows color (decimal): -9406381 or 5470320. OLE color: 5470320.

HSL color Cylindrical-coordinate representation of color #707853: hue angle of 72.97º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #707853 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 120 83 -
CMYK 0.07 0 0.31 0.53
HSL 72.97º 0.18% 0.4% -
HSV(B) 72.97º 0.31% 0.47% -
XYZ 14.96 17.5 10.77 -
YUV 113.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 112 120 83 0.07 0 0.31 0.53 72.97 0.18 0.4
Hex 70 78 53 7 0 1F 35 49 12 28
Octal 160 170 123 7 0 37 65 111 22 50
Binary 1110000 1111000 1010011 111 0 11111 110101 1001001 10010 101000

Color Harmonies of #707853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707853

Black with #707853

Text Example


Text Example

White with #707853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707853; }

 p { color: rgb(112,120,83); }

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

background-color css

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

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

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

border-color css

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

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

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