Html Css Color HEX #70775C Finch

📋 copy color: '#70775C'

red 112 ◦ green 119 ◦ blue 92

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

Shades of Finch #70775C

Tints of Finch #70775C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.84%

 BLUE value IS 92 (36.33% from 255) = 28.48%

R = 34.67%
G = 36.84%
B = 28.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#70775C (or 0x70775C) is known color: Finch. HEX triplet: 70, 77 and 5C. RGB value is (112,119,92). Sum of RGB (Red+Green+Blue) = 112+119+92=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 119 - color contains mainly: green. Hex color #70775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70775C is #8F88A3. Grayscale: #717171. Windows color (decimal): -9406628 or 6059888. OLE color: 6059888.

HSL color Cylindrical-coordinate representation of color #70775C: hue angle of 75.56º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70775C is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 119 92 -
CMYK 0.06 0 0.23 0.53
HSL 75.56º 0.13% 0.41% -
HSV(B) 75.56º 0.23% 0.47% -
XYZ 15.21 17.41 12.68 -
YUV 113.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 112 119 92 0.06 0 0.23 0.53 75.56 0.13 0.41
Hex 70 77 5C 6 0 17 35 4C D 29
Octal 160 167 134 6 0 27 65 114 15 51
Binary 1110000 1110111 1011100 110 0 10111 110101 1001100 1101 101001

Color Harmonies of #70775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70775C

Black with #70775C

Text Example


Text Example

White with #70775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70775C; }

 p { color: rgb(112,119,92); }

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

background-color css

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

 a { background-color: rgb(112,119,92); }

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

border-color css

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

 span { border-color: rgb(112,119,92); }

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