Html Css Color HEX #748048 Finch

📋 copy color: '#748048'

red 116 ◦ green 128 ◦ blue 72

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

Shades of Finch #748048

Tints of Finch #748048

RGB

 RED value IS 116 (45.7% from 255) = 36.71%

 GREEN value IS 128 (50.39% from 255) = 40.51%

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

R = 36.71%
G = 40.51%
B = 22.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#748048 (or 0x748048) is known color: Finch. HEX triplet: 74, 80 and 48. RGB value is (116,128,72). Sum of RGB (Red+Green+Blue) = 116+128+72=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 128 - color contains mainly: green. Hex color #748048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748048 is #8B7FB7. Grayscale: #767676. Windows color (decimal): -9142200 or 4751476. OLE color: 4751476.

HSL color Cylindrical-coordinate representation of color #748048: hue angle of 72.86º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #748048 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 128 72 -
CMYK 0.09 0 0.44 0.50
HSL 72.86º 0.28% 0.39% -
HSV(B) 72.86º 0.44% 0.5% -
XYZ 16.09 19.62 9.07 -
YUV 118.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 116 128 72 0.09 0 0.44 0.50 72.86 0.28 0.39
Hex 74 80 48 9 0 2C 32 49 1C 27
Octal 164 200 110 11 0 54 62 111 34 47
Binary 1110100 10000000 1001000 1001 0 101100 110010 1001001 11100 100111

Color Harmonies of #748048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748048

Black with #748048

Text Example


Text Example

White with #748048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748048; }

 p { color: rgb(116,128,72); }

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

background-color css

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

 a { background-color: rgb(116,128,72); }

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

border-color css

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

 span { border-color: rgb(116,128,72); }

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