Html Css Color HEX #707465 Finch

📋 copy color: '#707465'

red 112 ◦ green 116 ◦ blue 101

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

Shades of Finch #707465

Tints of Finch #707465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.26%

 BLUE value IS 101 (39.84% from 255) = 30.7%

R = 34.04%
G = 35.26%
B = 30.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#707465 (or 0x707465) is known color: Finch. HEX triplet: 70, 74 and 65. RGB value is (112,116,101). Sum of RGB (Red+Green+Blue) = 112+116+101=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 116 - color contains mainly: green. Hex color #707465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707465 is #8F8B9A. Grayscale: #717171. Windows color (decimal): -9407387 or 6648944. OLE color: 6648944.

HSL color Cylindrical-coordinate representation of color #707465: hue angle of 76º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #707465 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 101 -
CMYK 0.03 0 0.13 0.55
HSL 76º 0.07% 0.43% -
HSV(B) 76º 0.13% 0.45% -
XYZ 15.28 16.88 14.76 -
YUV 113.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 112 116 101 0.03 0 0.13 0.55 76 0.07 0.43
Hex 70 74 65 3 0 D 37 4C 7 2B
Octal 160 164 145 3 0 15 67 114 7 53
Binary 1110000 1110100 1100101 11 0 1101 110111 1001100 111 101011

Color Harmonies of #707465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707465

Black with #707465

Text Example


Text Example

White with #707465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707465; }

 p { color: rgb(112,116,101); }

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

background-color css

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

 a { background-color: rgb(112,116,101); }

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

border-color css

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

 span { border-color: rgb(112,116,101); }

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