Html Css Color HEX #707265 Finch

📋 copy color: '#707265'

red 112 ◦ green 114 ◦ blue 101

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

Shades of Finch #707265

Tints of Finch #707265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.86%

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

R = 34.25%
G = 34.86%
B = 30.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#707265 (or 0x707265) is known color: Finch. HEX triplet: 70, 72 and 65. RGB value is (112,114,101). Sum of RGB (Red+Green+Blue) = 112+114+101=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 114 - color contains mainly: green. Hex color #707265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707265 is #8F8D9A. Grayscale: #6F6F6F. Windows color (decimal): -9407899 or 6648432. OLE color: 6648432.

HSL color Cylindrical-coordinate representation of color #707265: hue angle of 69.23º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #707265 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 114 101 -
CMYK 0.02 0 0.11 0.55
HSL 69.23º 0.06% 0.42% -
HSV(B) 69.23º 0.11% 0.45% -
XYZ 15.05 16.42 14.69 -
YUV 111.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 112 114 101 0.02 0 0.11 0.55 69.23 0.06 0.42
Hex 70 72 65 2 0 B 37 45 6 2A
Octal 160 162 145 2 0 13 67 105 6 52
Binary 1110000 1110010 1100101 10 0 1011 110111 1000101 110 101010

Color Harmonies of #707265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707265

Black with #707265

Text Example


Text Example

White with #707265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707265; }

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

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

background-color css

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

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

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

border-color css

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

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

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