Html Css Color HEX #707752 Finch

📋 copy color: '#707752'

red 112 ◦ green 119 ◦ blue 82

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

Shades of Finch #707752

Tints of Finch #707752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.02%

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

R = 35.78%
G = 38.02%
B = 26.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#707752 (or 0x707752) is known color: Finch. HEX triplet: 70, 77 and 52. RGB value is (112,119,82). Sum of RGB (Red+Green+Blue) = 112+119+82=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #707752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707752 is #8F88AD. Grayscale: #707070. Windows color (decimal): -9406638 or 5404528. OLE color: 5404528.

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

Color convert

RGB 112 119 82 -
CMYK 0.06 0 0.31 0.53
HSL 71.35º 0.18% 0.39% -
HSV(B) 71.35º 0.31% 0.47% -
XYZ 14.8 17.25 10.53 -
YUV 112.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 112 119 82 0.06 0 0.31 0.53 71.35 0.18 0.39
Hex 70 77 52 6 0 1F 35 47 12 27
Octal 160 167 122 6 0 37 65 107 22 47
Binary 1110000 1110111 1010010 110 0 11111 110101 1000111 10010 100111

Color Harmonies of #707752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707752

Black with #707752

Text Example


Text Example

White with #707752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707752; }

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

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

background-color css

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

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

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

border-color css

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

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

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