Html Css Color HEX #7F875E Finch

📋 copy color: '#7F875E'

red 127 ◦ green 135 ◦ blue 94

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

Shades of Finch #7F875E

Tints of Finch #7F875E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.92%

 BLUE value IS 94 (37.11% from 255) = 26.4%

R = 35.67%
G = 37.92%
B = 26.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#7F875E (or 0x7F875E) is known color: Finch. HEX triplet: 7F, 87 and 5E. RGB value is (127,135,94). Sum of RGB (Red+Green+Blue) = 127+135+94=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #7F875E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F875E is #8078A1. Grayscale: #808080. Windows color (decimal): -8419490 or 6195071. OLE color: 6195071.

HSL color Cylindrical-coordinate representation of color #7F875E: hue angle of 71.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F875E is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 135 94 -
CMYK 0.06 0 0.30 0.47
HSL 71.71º 0.18% 0.45% -
HSV(B) 71.71º 0.3% 0.53% -
XYZ 19.44 22.65 13.94 -
YUV 127.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 127 135 94 0.06 0 0.30 0.47 71.71 0.18 0.45
Hex 7F 87 5E 6 0 1E 2F 48 12 2D
Octal 177 207 136 6 0 36 57 110 22 55
Binary 1111111 10000111 1011110 110 0 11110 101111 1001000 10010 101101

Color Harmonies of #7F875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F875E

Black with #7F875E

Text Example


Text Example

White with #7F875E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,135,94); }

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

background-color css

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

 a { background-color: rgb(127,135,94); }

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

border-color css

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

 span { border-color: rgb(127,135,94); }

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