Html Css Color HEX #707168 Finch

📋 copy color: '#707168'

red 112 ◦ green 113 ◦ blue 104

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

Shades of Finch #707168

Tints of Finch #707168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.35%

 BLUE value IS 104 (41.02% from 255) = 31.61%

R = 34.04%
G = 34.35%
B = 31.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#707168 (or 0x707168) is known color: Finch. HEX triplet: 70, 71 and 68. RGB value is (112,113,104). Sum of RGB (Red+Green+Blue) = 112+113+104=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 113 - color contains mainly: green. Hex color #707168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707168 is #8F8E97. Grayscale: #6F6F6F. Windows color (decimal): -9408152 or 6844784. OLE color: 6844784.

HSL color Cylindrical-coordinate representation of color #707168: hue angle of 66.67º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #707168 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 104 -
CMYK 0.01 0 0.08 0.56
HSL 66.67º 0.04% 0.43% -
HSV(B) 66.67º 0.08% 0.44% -
XYZ 15.09 16.25 15.44 -
YUV 111.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 112 113 104 0.01 0 0.08 0.56 66.67 0.04 0.43
Hex 70 71 68 1 0 8 38 43 4 2B
Octal 160 161 150 1 0 10 70 103 4 53
Binary 1110000 1110001 1101000 1 0 1000 111000 1000011 100 101011

Color Harmonies of #707168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707168

Black with #707168

Text Example


Text Example

White with #707168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707168; }

 p { color: rgb(112,113,104); }

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

background-color css

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

 a { background-color: rgb(112,113,104); }

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

border-color css

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

 span { border-color: rgb(112,113,104); }

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