Html Css Color HEX #758259 Finch

📋 copy color: '#758259'

red 117 ◦ green 130 ◦ blue 89

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

Shades of Finch #758259

Tints of Finch #758259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.49%

R = 34.82%
G = 38.69%
B = 26.49%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#758259 (or 0x758259) is known color: Finch. HEX triplet: 75, 82 and 59. RGB value is (117,130,89). Sum of RGB (Red+Green+Blue) = 117+130+89=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #758259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758259 is #8A7DA6. Grayscale: #797979. Windows color (decimal): -9076135 or 5866101. OLE color: 5866101.

HSL color Cylindrical-coordinate representation of color #758259: hue angle of 79.02º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #758259 is Cyan = 0.1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 89 -
CMYK 0.1 0 0.32 0.49
HSL 79.02º 0.19% 0.43% -
HSV(B) 79.02º 0.32% 0.51% -
XYZ 17.12 20.47 12.5 -
YUV 121.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 117 130 89 0.1 0 0.32 0.49 79.02 0.19 0.43
Hex 75 82 59 A 0 20 31 4F 13 2B
Octal 165 202 131 12 0 40 61 117 23 53
Binary 1110101 10000010 1011001 1010 0 100000 110001 1001111 10011 101011

Color Harmonies of #758259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758259

Black with #758259

Text Example


Text Example

White with #758259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758259; }

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

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

background-color css

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

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

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

border-color css

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

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

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