Html Css Color HEX #7F874C Finch

📋 copy color: '#7F874C'

red 127 ◦ green 135 ◦ blue 76

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

Shades of Finch #7F874C

Tints of Finch #7F874C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 37.57%
G = 39.94%
B = 22.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#7F874C (or 0x7F874C) is known color: Finch. HEX triplet: 7F, 87 and 4C. RGB value is (127,135,76). Sum of RGB (Red+Green+Blue) = 127+135+76=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 135 - color contains mainly: green. Hex color #7F874C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F874C is #8078B3. Grayscale: #7E7E7E. Windows color (decimal): -8419508 or 5015423. OLE color: 5015423.

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

Color convert

RGB 127 135 76 -
CMYK 0.06 0 0.44 0.47
HSL 68.14º 0.28% 0.41% -
HSV(B) 68.14º 0.44% 0.53% -
XYZ 18.72 22.36 10.17 -
YUV 125.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 127 135 76 0.06 0 0.44 0.47 68.14 0.28 0.41
Hex 7F 87 4C 6 0 2C 2F 44 1C 29
Octal 177 207 114 6 0 54 57 104 34 51
Binary 1111111 10000111 1001100 110 0 101100 101111 1000100 11100 101001

Color Harmonies of #7F874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F874C

Black with #7F874C

Text Example


Text Example

White with #7F874C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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