Html Css Color HEX #7D8662 Finch

📋 copy color: '#7D8662'

red 125 ◦ green 134 ◦ blue 98

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

Shades of Finch #7D8662

Tints of Finch #7D8662

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.54%

 BLUE value IS 98 (38.67% from 255) = 27.45%

R = 35.01%
G = 37.54%
B = 27.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#7D8662 (or 0x7D8662) is known color: Finch. HEX triplet: 7D, 86 and 62. RGB value is (125,134,98). Sum of RGB (Red+Green+Blue) = 125+134+98=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8662 is #82799D. Grayscale: #7F7F7F. Windows color (decimal): -8550814 or 6456957. OLE color: 6456957.

HSL color Cylindrical-coordinate representation of color #7D8662: hue angle of 75º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D8662 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 134 98 -
CMYK 0.07 0 0.27 0.47
HSL 75º 0.16% 0.45% -
HSV(B) 75º 0.27% 0.53% -
XYZ 19.19 22.29 14.85 -
YUV 127.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 125 134 98 0.07 0 0.27 0.47 75 0.16 0.45
Hex 7D 86 62 7 0 1B 2F 4B 10 2D
Octal 175 206 142 7 0 33 57 113 20 55
Binary 1111101 10000110 1100010 111 0 11011 101111 1001011 10000 101101

Color Harmonies of #7D8662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8662

Black with #7D8662

Text Example


Text Example

White with #7D8662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,134,98); }

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

background-color css

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

 a { background-color: rgb(125,134,98); }

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

border-color css

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

 span { border-color: rgb(125,134,98); }

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