Html Css Color HEX #7F885D Finch

📋 copy color: '#7F885D'

red 127 ◦ green 136 ◦ blue 93

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

Shades of Finch #7F885D

Tints of Finch #7F885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.2%

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

R = 35.67%
G = 38.2%
B = 26.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#7F885D (or 0x7F885D) is known color: Finch. HEX triplet: 7F, 88 and 5D. RGB value is (127,136,93). Sum of RGB (Red+Green+Blue) = 127+136+93=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #7F885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F885D is #8077A2. Grayscale: #808080. Windows color (decimal): -8419235 or 6129791. OLE color: 6129791.

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

Color convert

RGB 127 136 93 -
CMYK 0.07 0 0.32 0.47
HSL 72.56º 0.19% 0.45% -
HSV(B) 72.56º 0.32% 0.53% -
XYZ 19.53 22.91 13.75 -
YUV 128.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 127 136 93 0.07 0 0.32 0.47 72.56 0.19 0.45
Hex 7F 88 5D 7 0 20 2F 49 13 2D
Octal 177 210 135 7 0 40 57 111 23 55
Binary 1111111 10001000 1011101 111 0 100000 101111 1001001 10011 101101

Color Harmonies of #7F885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F885D

Black with #7F885D

Text Example


Text Example

White with #7F885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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