Html Css Color HEX #7D8957 Finch

📋 copy color: '#7D8957'

red 125 ◦ green 137 ◦ blue 87

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

Shades of Finch #7D8957

Tints of Finch #7D8957

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.26%

 BLUE value IS 87 (34.38% from 255) = 24.93%

R = 35.82%
G = 39.26%
B = 24.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#7D8957 (or 0x7D8957) is known color: Finch. HEX triplet: 7D, 89 and 57. RGB value is (125,137,87). Sum of RGB (Red+Green+Blue) = 125+137+87=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8957 is #8276A8. Grayscale: #7F7F7F. Windows color (decimal): -8550057 or 5736829. OLE color: 5736829.

HSL color Cylindrical-coordinate representation of color #7D8957: hue angle of 74.4º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D8957 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 137 87 -
CMYK 0.09 0 0.36 0.46
HSL 74.4º 0.22% 0.44% -
HSV(B) 74.4º 0.36% 0.54% -
XYZ 19.12 22.94 12.44 -
YUV 127.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 125 137 87 0.09 0 0.36 0.46 74.4 0.22 0.44
Hex 7D 89 57 9 0 24 2E 4A 16 2C
Octal 175 211 127 11 0 44 56 112 26 54
Binary 1111101 10001001 1010111 1001 0 100100 101110 1001010 10110 101100

Color Harmonies of #7D8957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8957

Black with #7D8957

Text Example


Text Example

White with #7D8957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,137,87); }

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

background-color css

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

 a { background-color: rgb(125,137,87); }

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

border-color css

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

 span { border-color: rgb(125,137,87); }

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