Html Css Color HEX #748252 Finch

📋 copy color: '#748252'

red 116 ◦ green 130 ◦ blue 82

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

Shades of Finch #748252

Tints of Finch #748252

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.63%

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

R = 35.37%
G = 39.63%
B = 25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#748252 (or 0x748252) is known color: Finch. HEX triplet: 74, 82 and 52. RGB value is (116,130,82). Sum of RGB (Red+Green+Blue) = 116+130+82=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #748252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748252 is #8B7DAD. Grayscale: #787878. Windows color (decimal): -9141678 or 5407348. OLE color: 5407348.

HSL color Cylindrical-coordinate representation of color #748252: hue angle of 77.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #748252 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 130 82 -
CMYK 0.11 0 0.37 0.49
HSL 77.5º 0.23% 0.42% -
HSV(B) 77.5º 0.37% 0.51% -
XYZ 16.71 20.29 11.02 -
YUV 120.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 116 130 82 0.11 0 0.37 0.49 77.5 0.23 0.42
Hex 74 82 52 B 0 25 31 4E 17 2A
Octal 164 202 122 13 0 45 61 116 27 52
Binary 1110100 10000010 1010010 1011 0 100101 110001 1001110 10111 101010

Color Harmonies of #748252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748252

Black with #748252

Text Example


Text Example

White with #748252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748252; }

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

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

background-color css

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

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

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

border-color css

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

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

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