Html Css Color HEX #707952 Finch

📋 copy color: '#707952'

red 112 ◦ green 121 ◦ blue 82

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

Shades of Finch #707952

Tints of Finch #707952

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.41%

 BLUE value IS 82 (32.42% from 255) = 26.03%

R = 35.56%
G = 38.41%
B = 26.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#707952 (or 0x707952) is known color: Finch. HEX triplet: 70, 79 and 52. RGB value is (112,121,82). Sum of RGB (Red+Green+Blue) = 112+121+82=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #707952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707952 is #8F86AD. Grayscale: #727272. Windows color (decimal): -9406126 or 5405040. OLE color: 5405040.

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

Color convert

RGB 112 121 82 -
CMYK 0.07 0 0.32 0.53
HSL 73.85º 0.19% 0.4% -
HSV(B) 73.85º 0.32% 0.47% -
XYZ 15.04 17.73 10.61 -
YUV 113.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 112 121 82 0.07 0 0.32 0.53 73.85 0.19 0.4
Hex 70 79 52 7 0 20 35 4A 13 28
Octal 160 171 122 7 0 40 65 112 23 50
Binary 1110000 1111001 1010010 111 0 100000 110101 1001010 10011 101000

Color Harmonies of #707952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707952

Black with #707952

Text Example


Text Example

White with #707952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707952; }

 p { color: rgb(112,121,82); }

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

background-color css

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

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

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

border-color css

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

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

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