Html Css Color HEX #748251 Finch

📋 copy color: '#748251'

red 116 ◦ green 130 ◦ blue 81

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

Shades of Finch #748251

Tints of Finch #748251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.77%

R = 35.47%
G = 39.76%
B = 24.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#748251 (or 0x748251) is known color: Finch. HEX triplet: 74, 82 and 51. RGB value is (116,130,81). Sum of RGB (Red+Green+Blue) = 116+130+81=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #748251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748251 is #8B7DAE. Grayscale: #787878. Windows color (decimal): -9141679 or 5341812. OLE color: 5341812.

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

Color convert

RGB 116 130 81 -
CMYK 0.11 0 0.38 0.49
HSL 77.14º 0.23% 0.41% -
HSV(B) 77.14º 0.38% 0.51% -
XYZ 16.67 20.27 10.82 -
YUV 120.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 116 130 81 0.11 0 0.38 0.49 77.14 0.23 0.41
Hex 74 82 51 B 0 26 31 4D 17 29
Octal 164 202 121 13 0 46 61 115 27 51
Binary 1110100 10000010 1010001 1011 0 100110 110001 1001101 10111 101001

Color Harmonies of #748251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748251

Black with #748251

Text Example


Text Example

White with #748251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748251; }

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

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

background-color css

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

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

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

border-color css

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

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

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