Html Css Color HEX #748052 Finch

📋 copy color: '#748052'

red 116 ◦ green 128 ◦ blue 82

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

Shades of Finch #748052

Tints of Finch #748052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.15%

R = 35.58%
G = 39.26%
B = 25.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#748052 (or 0x748052) is known color: Finch. HEX triplet: 74, 80 and 52. RGB value is (116,128,82). Sum of RGB (Red+Green+Blue) = 116+128+82=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 128 - color contains mainly: green. Hex color #748052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748052 is #8B7FAD. Grayscale: #777777. Windows color (decimal): -9142190 or 5406836. OLE color: 5406836.

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

Color convert

RGB 116 128 82 -
CMYK 0.09 0 0.36 0.50
HSL 75.65º 0.22% 0.41% -
HSV(B) 75.65º 0.36% 0.5% -
XYZ 16.44 19.76 10.93 -
YUV 119.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 116 128 82 0.09 0 0.36 0.50 75.65 0.22 0.41
Hex 74 80 52 9 0 24 32 4C 16 29
Octal 164 200 122 11 0 44 62 114 26 51
Binary 1110100 10000000 1010010 1001 0 100100 110010 1001100 10110 101001

Color Harmonies of #748052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748052

Black with #748052

Text Example


Text Example

White with #748052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748052; }

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

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

background-color css

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

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

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

border-color css

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

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

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