Html Css Color HEX #7D854C Finch

📋 copy color: '#7D854C'

red 125 ◦ green 133 ◦ blue 76

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

Shades of Finch #7D854C

Tints of Finch #7D854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.82%

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

R = 37.43%
G = 39.82%
B = 22.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#7D854C (or 0x7D854C) is known color: Finch. HEX triplet: 7D, 85 and 4C. RGB value is (125,133,76). Sum of RGB (Red+Green+Blue) = 125+133+76=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #7D854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D854C is #827AB3. Grayscale: #7C7C7C. Windows color (decimal): -8551092 or 5014909. OLE color: 5014909.

HSL color Cylindrical-coordinate representation of color #7D854C: hue angle of 68.42º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D854C is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 133 76 -
CMYK 0.06 0 0.43 0.48
HSL 68.42º 0.27% 0.41% -
HSV(B) 68.42º 0.43% 0.52% -
XYZ 18.15 21.66 10.06 -
YUV 124.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 125 133 76 0.06 0 0.43 0.48 68.42 0.27 0.41
Hex 7D 85 4C 6 0 2B 30 44 1B 29
Octal 175 205 114 6 0 53 60 104 33 51
Binary 1111101 10000101 1001100 110 0 101011 110000 1000100 11011 101001

Color Harmonies of #7D854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D854C

Black with #7D854C

Text Example


Text Example

White with #7D854C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,133,76); }

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

background-color css

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

 a { background-color: rgb(125,133,76); }

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

border-color css

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

 span { border-color: rgb(125,133,76); }

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