Html Css Color HEX #707269 Finch

📋 copy color: '#707269'

red 112 ◦ green 114 ◦ blue 105

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

Shades of Finch #707269

Tints of Finch #707269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 33.84%
G = 34.44%
B = 31.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#707269 (or 0x707269) is known color: Finch. HEX triplet: 70, 72 and 69. RGB value is (112,114,105). Sum of RGB (Red+Green+Blue) = 112+114+105=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 114 - color contains mainly: green. Hex color #707269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707269 is #8F8D96. Grayscale: #707070. Windows color (decimal): -9407895 or 6910576. OLE color: 6910576.

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

Color convert

RGB 112 114 105 -
CMYK 0.02 0 0.08 0.55
HSL 73.33º 0.04% 0.43% -
HSV(B) 73.33º 0.08% 0.45% -
XYZ 15.25 16.5 15.75 -
YUV 112.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 112 114 105 0.02 0 0.08 0.55 73.33 0.04 0.43
Hex 70 72 69 2 0 8 37 49 4 2B
Octal 160 162 151 2 0 10 67 111 4 53
Binary 1110000 1110010 1101001 10 0 1000 110111 1001001 100 101011

Color Harmonies of #707269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707269

Black with #707269

Text Example


Text Example

White with #707269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707269; }

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

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

background-color css

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

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

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

border-color css

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

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

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