Html Css Color HEX #757848 Finch

📋 copy color: '#757848'

red 117 ◦ green 120 ◦ blue 72

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

Shades of Finch #757848

Tints of Finch #757848

RGB

 RED value IS 117 (46.09% from 255) = 37.86%

 GREEN value IS 120 (47.27% from 255) = 38.83%

 BLUE value IS 72 (28.52% from 255) = 23.3%

R = 37.86%
G = 38.83%
B = 23.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#757848 (or 0x757848) is known color: Finch. HEX triplet: 75, 78 and 48. RGB value is (117,120,72). Sum of RGB (Red+Green+Blue) = 117+120+72=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #757848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757848 is #8A87B7. Grayscale: #717171. Windows color (decimal): -9078712 or 4749429. OLE color: 4749429.

HSL color Cylindrical-coordinate representation of color #757848: hue angle of 63.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #757848 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 72 -
CMYK 0.02 0 0.40 0.53
HSL 63.75º 0.25% 0.38% -
HSV(B) 63.75º 0.4% 0.47% -
XYZ 15.22 17.68 8.74 -
YUV 113.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 117 120 72 0.02 0 0.40 0.53 63.75 0.25 0.38
Hex 75 78 48 2 0 28 35 40 19 26
Octal 165 170 110 2 0 50 65 100 31 46
Binary 1110101 1111000 1001000 10 0 101000 110101 1000000 11001 100110

Color Harmonies of #757848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757848

Black with #757848

Text Example


Text Example

White with #757848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757848; }

 p { color: rgb(117,120,72); }

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

background-color css

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

 a { background-color: rgb(117,120,72); }

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

border-color css

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

 span { border-color: rgb(117,120,72); }

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