Html Css Color HEX #7F895D Finch

📋 copy color: '#7F895D'

red 127 ◦ green 137 ◦ blue 93

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

Shades of Finch #7F895D

Tints of Finch #7F895D

RGB

 RED value IS 127 (50% from 255) = 35.57%

 GREEN value IS 137 (53.91% from 255) = 38.38%

 BLUE value IS 93 (36.72% from 255) = 26.05%

R = 35.57%
G = 38.38%
B = 26.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#7F895D (or 0x7F895D) is known color: Finch. HEX triplet: 7F, 89 and 5D. RGB value is (127,137,93). Sum of RGB (Red+Green+Blue) = 127+137+93=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 137 - color contains mainly: green. Hex color #7F895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F895D is #8076A2. Grayscale: #818181. Windows color (decimal): -8418979 or 6130047. OLE color: 6130047.

HSL color Cylindrical-coordinate representation of color #7F895D: hue angle of 73.64º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F895D is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 127 137 93 -
CMYK 0.07 0 0.32 0.46
HSL 73.64º 0.19% 0.45% -
HSV(B) 73.64º 0.32% 0.54% -
XYZ 19.67 23.19 13.8 -
YUV 128.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 127 137 93 0.07 0 0.32 0.46 73.64 0.19 0.45
Hex 7F 89 5D 7 0 20 2E 4A 13 2D
Octal 177 211 135 7 0 40 56 112 23 55
Binary 1111111 10001001 1011101 111 0 100000 101110 1001010 10011 101101

Color Harmonies of #7F895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F895D

Black with #7F895D

Text Example


Text Example

White with #7F895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F895D; }

 p { color: rgb(127,137,93); }

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

background-color css

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

 a { background-color: rgb(127,137,93); }

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

border-color css

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

 span { border-color: rgb(127,137,93); }

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