Html Css Color HEX #748452 Finch

📋 copy color: '#748452'

red 116 ◦ green 132 ◦ blue 82

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

Shades of Finch #748452

Tints of Finch #748452

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40%

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

R = 35.15%
G = 40%
B = 24.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#748452 (or 0x748452) is known color: Finch. HEX triplet: 74, 84 and 52. RGB value is (116,132,82). Sum of RGB (Red+Green+Blue) = 116+132+82=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #748452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748452 is #8B7BAD. Grayscale: #797979. Windows color (decimal): -9141166 or 5407860. OLE color: 5407860.

HSL color Cylindrical-coordinate representation of color #748452: hue angle of 79.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #748452 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 82 -
CMYK 0.12 0 0.38 0.48
HSL 79.2º 0.23% 0.42% -
HSV(B) 79.2º 0.38% 0.52% -
XYZ 16.98 20.82 11.11 -
YUV 121.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 116 132 82 0.12 0 0.38 0.48 79.2 0.23 0.42
Hex 74 84 52 C 0 26 30 4F 17 2A
Octal 164 204 122 14 0 46 60 117 27 52
Binary 1110100 10000100 1010010 1100 0 100110 110000 1001111 10111 101010

Color Harmonies of #748452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748452

Black with #748452

Text Example


Text Example

White with #748452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748452; }

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

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

background-color css

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

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

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

border-color css

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

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

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