Html Css Color HEX #758251 Finch

📋 copy color: '#758251'

red 117 ◦ green 130 ◦ blue 81

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

Shades of Finch #758251

Tints of Finch #758251

RGB

 RED value IS 117 (46.09% from 255) = 35.67%

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

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

R = 35.67%
G = 39.63%
B = 24.7%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#758251 (or 0x758251) is known color: Finch. HEX triplet: 75, 82 and 51. RGB value is (117,130,81). Sum of RGB (Red+Green+Blue) = 117+130+81=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #758251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758251 is #8A7DAE. Grayscale: #787878. Windows color (decimal): -9076143 or 5341813. OLE color: 5341813.

HSL color Cylindrical-coordinate representation of color #758251: hue angle of 75.92º 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 #758251 is Cyan = 0.1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 81 -
CMYK 0.1 0 0.38 0.49
HSL 75.92º 0.23% 0.41% -
HSV(B) 75.92º 0.38% 0.51% -
XYZ 16.8 20.34 10.83 -
YUV 120.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 117 130 81 0.1 0 0.38 0.49 75.92 0.23 0.41
Hex 75 82 51 A 0 26 31 4C 17 29
Octal 165 202 121 12 0 46 61 114 27 51
Binary 1110101 10000010 1010001 1010 0 100110 110001 1001100 10111 101001

Color Harmonies of #758251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758251

Black with #758251

Text Example


Text Example

White with #758251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758251; }

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

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

background-color css

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

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

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

border-color css

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

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

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