Html Css Color HEX #707652 Finch

📋 copy color: '#707652'

red 112 ◦ green 118 ◦ blue 82

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

Shades of Finch #707652

Tints of Finch #707652

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

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

R = 35.9%
G = 37.82%
B = 26.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#707652 (or 0x707652) is known color: Finch. HEX triplet: 70, 76 and 52. RGB value is (112,118,82). Sum of RGB (Red+Green+Blue) = 112+118+82=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #707652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707652 is #8F89AD. Grayscale: #707070. Windows color (decimal): -9406894 or 5404272. OLE color: 5404272.

HSL color Cylindrical-coordinate representation of color #707652: hue angle of 70º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #707652 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 82 -
CMYK 0.05 0 0.31 0.54
HSL 70º 0.18% 0.39% -
HSV(B) 70º 0.31% 0.46% -
XYZ 14.68 17.01 10.49 -
YUV 112.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 112 118 82 0.05 0 0.31 0.54 70 0.18 0.39
Hex 70 76 52 5 0 1F 36 46 12 27
Octal 160 166 122 5 0 37 66 106 22 47
Binary 1110000 1110110 1010010 101 0 11111 110110 1000110 10010 100111

Color Harmonies of #707652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707652

Black with #707652

Text Example


Text Example

White with #707652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707652; }

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

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

background-color css

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

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

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

border-color css

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

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

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