Html Css Color HEX #707267 Finch

📋 copy color: '#707267'

red 112 ◦ green 114 ◦ blue 103

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

Shades of Finch #707267

Tints of Finch #707267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.31%

R = 34.04%
G = 34.65%
B = 31.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#707267 (or 0x707267) is known color: Finch. HEX triplet: 70, 72 and 67. RGB value is (112,114,103). Sum of RGB (Red+Green+Blue) = 112+114+103=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 114 - color contains mainly: green. Hex color #707267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707267 is #8F8D98. Grayscale: #707070. Windows color (decimal): -9407897 or 6779504. OLE color: 6779504.

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

Color convert

RGB 112 114 103 -
CMYK 0.02 0 0.10 0.55
HSL 70.91º 0.05% 0.43% -
HSV(B) 70.91º 0.1% 0.45% -
XYZ 15.15 16.46 15.21 -
YUV 112.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 112 114 103 0.02 0 0.10 0.55 70.91 0.05 0.43
Hex 70 72 67 2 0 A 37 47 5 2B
Octal 160 162 147 2 0 12 67 107 5 53
Binary 1110000 1110010 1100111 10 0 1010 110111 1000111 101 101011

Color Harmonies of #707267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707267

Black with #707267

Text Example


Text Example

White with #707267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707267; }

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

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

background-color css

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

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

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

border-color css

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

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

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