Html Css Color HEX #7D7F46 Finch

📋 copy color: '#7D7F46'

red 125 ◦ green 127 ◦ blue 70

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

Shades of Finch #7D7F46

Tints of Finch #7D7F46

RGB

 RED value IS 125 (49.22% from 255) = 38.82%

 GREEN value IS 127 (50% from 255) = 39.44%

 BLUE value IS 70 (27.73% from 255) = 21.74%

R = 38.82%
G = 39.44%
B = 21.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#7D7F46 (or 0x7D7F46) is known color: Finch. HEX triplet: 7D, 7F and 46. RGB value is (125,127,70). Sum of RGB (Red+Green+Blue) = 125+127+70=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 127 - color contains mainly: green. Hex color #7D7F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7F46 is #8280B9. Grayscale: #787878. Windows color (decimal): -8552634 or 4620157. OLE color: 4620157.

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

Color convert

RGB 125 127 70 -
CMYK 0.02 0 0.45 0.50
HSL 62.11º 0.29% 0.39% -
HSV(B) 62.11º 0.45% 0.5% -
XYZ 17.15 19.98 8.75 -
YUV 119.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 125 127 70 0.02 0 0.45 0.50 62.11 0.29 0.39
Hex 7D 7F 46 2 0 2D 32 3E 1D 27
Octal 175 177 106 2 0 55 62 76 35 47
Binary 1111101 1111111 1000110 10 0 101101 110010 111110 11101 100111

Color Harmonies of #7D7F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7F46

Black with #7D7F46

Text Example


Text Example

White with #7D7F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,127,70); }

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

background-color css

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

 a { background-color: rgb(125,127,70); }

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

border-color css

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

 span { border-color: rgb(125,127,70); }

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