Html Css Color HEX #7F8248 Finch

📋 copy color: '#7F8248'

red 127 ◦ green 130 ◦ blue 72

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

Shades of Finch #7F8248

Tints of Finch #7F8248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.51%

 BLUE value IS 72 (28.52% from 255) = 21.88%

R = 38.6%
G = 39.51%
B = 21.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#7F8248 (or 0x7F8248) is known color: Finch. HEX triplet: 7F, 82 and 48. RGB value is (127,130,72). Sum of RGB (Red+Green+Blue) = 127+130+72=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #7F8248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8248 is #807DB7. Grayscale: #7A7A7A. Windows color (decimal): -8420792 or 4751999. OLE color: 4751999.

HSL color Cylindrical-coordinate representation of color #7F8248: hue angle of 63.1º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F8248 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 127 130 72 -
CMYK 0.02 0 0.45 0.49
HSL 63.1º 0.29% 0.4% -
HSV(B) 63.1º 0.45% 0.51% -
XYZ 17.9 20.95 9.23 -
YUV 122.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 127 130 72 0.02 0 0.45 0.49 63.1 0.29 0.4
Hex 7F 82 48 2 0 2D 31 3F 1D 28
Octal 177 202 110 2 0 55 61 77 35 50
Binary 1111111 10000010 1001000 10 0 101101 110001 111111 11101 101000

Color Harmonies of #7F8248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8248

Black with #7F8248

Text Example


Text Example

White with #7F8248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,130,72); }

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

background-color css

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

 a { background-color: rgb(127,130,72); }

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

border-color css

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

 span { border-color: rgb(127,130,72); }

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