Html Css Color HEX #758158 Finch

📋 copy color: '#758158'

red 117 ◦ green 129 ◦ blue 88

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

Shades of Finch #758158

Tints of Finch #758158

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.62%

 BLUE value IS 88 (34.77% from 255) = 26.35%

R = 35.03%
G = 38.62%
B = 26.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#758158 (or 0x758158) is known color: Finch. HEX triplet: 75, 81 and 58. RGB value is (117,129,88). Sum of RGB (Red+Green+Blue) = 117+129+88=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #758158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758158 is #8A7EA7. Grayscale: #787878. Windows color (decimal): -9076392 or 5800309. OLE color: 5800309.

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

Color convert

RGB 117 129 88 -
CMYK 0.09 0 0.32 0.49
HSL 77.56º 0.19% 0.43% -
HSV(B) 77.56º 0.32% 0.51% -
XYZ 16.95 20.19 12.24 -
YUV 120.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 117 129 88 0.09 0 0.32 0.49 77.56 0.19 0.43
Hex 75 81 58 9 0 20 31 4E 13 2B
Octal 165 201 130 11 0 40 61 116 23 53
Binary 1110101 10000001 1011000 1001 0 100000 110001 1001110 10011 101011

Color Harmonies of #758158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758158

Black with #758158

Text Example


Text Example

White with #758158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758158; }

 p { color: rgb(117,129,88); }

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

background-color css

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

 a { background-color: rgb(117,129,88); }

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

border-color css

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

 span { border-color: rgb(117,129,88); }

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