Html Css Color HEX #70765F Finch

📋 copy color: '#70765F'

red 112 ◦ green 118 ◦ blue 95

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

Shades of Finch #70765F

Tints of Finch #70765F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 34.46%
G = 36.31%
B = 29.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#70765F (or 0x70765F) is known color: Finch. HEX triplet: 70, 76 and 5F. RGB value is (112,118,95). Sum of RGB (Red+Green+Blue) = 112+118+95=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #70765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70765F is #8F89A0. Grayscale: #717171. Windows color (decimal): -9406881 or 6256240. OLE color: 6256240.

HSL color Cylindrical-coordinate representation of color #70765F: hue angle of 75.65º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70765F is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 95 -
CMYK 0.05 0 0.19 0.54
HSL 75.65º 0.11% 0.42% -
HSV(B) 75.65º 0.19% 0.46% -
XYZ 15.23 17.23 13.35 -
YUV 113.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 112 118 95 0.05 0 0.19 0.54 75.65 0.11 0.42
Hex 70 76 5F 5 0 13 36 4C B 2A
Octal 160 166 137 5 0 23 66 114 13 52
Binary 1110000 1110110 1011111 101 0 10011 110110 1001100 1011 101010

Color Harmonies of #70765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70765F

Black with #70765F

Text Example


Text Example

White with #70765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70765F; }

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

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

background-color css

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

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

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

border-color css

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

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

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