Html Css Color HEX #758058 Finch

📋 copy color: '#758058'

red 117 ◦ green 128 ◦ blue 88

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

Shades of Finch #758058

Tints of Finch #758058

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.44%

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

R = 35.14%
G = 38.44%
B = 26.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#758058 (or 0x758058) is known color: Finch. HEX triplet: 75, 80 and 58. RGB value is (117,128,88). Sum of RGB (Red+Green+Blue) = 117+128+88=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 128 - color contains mainly: green. Hex color #758058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758058 is #8A7FA7. Grayscale: #787878. Windows color (decimal): -9076648 or 5800053. OLE color: 5800053.

HSL color Cylindrical-coordinate representation of color #758058: hue angle of 76.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #758058 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 128 88 -
CMYK 0.09 0 0.31 0.50
HSL 76.5º 0.19% 0.42% -
HSV(B) 76.5º 0.31% 0.5% -
XYZ 16.82 19.92 12.19 -
YUV 120.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 117 128 88 0.09 0 0.31 0.50 76.5 0.19 0.42
Hex 75 80 58 9 0 1F 32 4C 13 2A
Octal 165 200 130 11 0 37 62 114 23 52
Binary 1110101 10000000 1011000 1001 0 11111 110010 1001100 10011 101010

Color Harmonies of #758058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758058

Black with #758058

Text Example


Text Example

White with #758058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758058; }

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

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

background-color css

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

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

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

border-color css

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

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

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