Html Css Color HEX #7D815C Finch

📋 copy color: '#7D815C'

red 125 ◦ green 129 ◦ blue 92

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

Shades of Finch #7D815C

Tints of Finch #7D815C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.28%

 BLUE value IS 92 (36.33% from 255) = 26.59%

R = 36.13%
G = 37.28%
B = 26.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#7D815C (or 0x7D815C) is known color: Finch. HEX triplet: 7D, 81 and 5C. RGB value is (125,129,92). Sum of RGB (Red+Green+Blue) = 125+129+92=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 129 - color contains mainly: green. Hex color #7D815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D815C is #827EA3. Grayscale: #7B7B7B. Windows color (decimal): -8552100 or 6062461. OLE color: 6062461.

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

Color convert

RGB 125 129 92 -
CMYK 0.03 0 0.29 0.49
HSL 66.49º 0.17% 0.43% -
HSV(B) 66.49º 0.29% 0.51% -
XYZ 18.24 20.83 13.19 -
YUV 123.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 125 129 92 0.03 0 0.29 0.49 66.49 0.17 0.43
Hex 7D 81 5C 3 0 1D 31 42 11 2B
Octal 175 201 134 3 0 35 61 102 21 53
Binary 1111101 10000001 1011100 11 0 11101 110001 1000010 10001 101011

Color Harmonies of #7D815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D815C

Black with #7D815C

Text Example


Text Example

White with #7D815C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,129,92); }

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

background-color css

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

 a { background-color: rgb(125,129,92); }

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

border-color css

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

 span { border-color: rgb(125,129,92); }

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