Html Css Color HEX #707268 Finch

📋 copy color: '#707268'

red 112 ◦ green 114 ◦ blue 104

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

Shades of Finch #707268

Tints of Finch #707268

RGB

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

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

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

R = 33.94%
G = 34.55%
B = 31.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#707268 (or 0x707268) is known color: Finch. HEX triplet: 70, 72 and 68. RGB value is (112,114,104). Sum of RGB (Red+Green+Blue) = 112+114+104=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 114 - color contains mainly: green. Hex color #707268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707268 is #8F8D97. Grayscale: #707070. Windows color (decimal): -9407896 or 6845040. OLE color: 6845040.

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

Color convert

RGB 112 114 104 -
CMYK 0.02 0 0.09 0.55
HSL 72º 0.05% 0.43% -
HSV(B) 72º 0.09% 0.45% -
XYZ 15.2 16.48 15.48 -
YUV 112.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 112 114 104 0.02 0 0.09 0.55 72 0.05 0.43
Hex 70 72 68 2 0 9 37 48 5 2B
Octal 160 162 150 2 0 11 67 110 5 53
Binary 1110000 1110010 1101000 10 0 1001 110111 1001000 101 101011

Color Harmonies of #707268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707268

Black with #707268

Text Example


Text Example

White with #707268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707268; }

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

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

background-color css

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

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

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

border-color css

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

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

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