Html Css Color HEX #707351 Finch

📋 copy color: '#707351'

red 112 ◦ green 115 ◦ blue 81

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

Shades of Finch #707351

Tints of Finch #707351

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.34%

 BLUE value IS 81 (32.03% from 255) = 26.3%

R = 36.36%
G = 37.34%
B = 26.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#707351 (or 0x707351) is known color: Finch. HEX triplet: 70, 73 and 51. RGB value is (112,115,81). Sum of RGB (Red+Green+Blue) = 112+115+81=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #707351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707351 is #8F8CAE. Grayscale: #6E6E6E. Windows color (decimal): -9407663 or 5337968. OLE color: 5337968.

HSL color Cylindrical-coordinate representation of color #707351: hue angle of 65.29º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #707351 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 115 81 -
CMYK 0.03 0 0.30 0.55
HSL 65.29º 0.17% 0.38% -
HSV(B) 65.29º 0.3% 0.45% -
XYZ 14.3 16.3 10.18 -
YUV 110.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 112 115 81 0.03 0 0.30 0.55 65.29 0.17 0.38
Hex 70 73 51 3 0 1E 37 41 11 26
Octal 160 163 121 3 0 36 67 101 21 46
Binary 1110000 1110011 1010001 11 0 11110 110111 1000001 10001 100110

Color Harmonies of #707351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707351

Black with #707351

Text Example


Text Example

White with #707351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707351; }

 p { color: rgb(112,115,81); }

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

background-color css

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

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

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

border-color css

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

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

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