Html Css Color HEX #758550 Finch

📋 copy color: '#758550'

red 117 ◦ green 133 ◦ blue 80

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

Shades of Finch #758550

Tints of Finch #758550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.3%

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 35.45%
G = 40.3%
B = 24.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#758550 (or 0x758550) is known color: Finch. HEX triplet: 75, 85 and 50. RGB value is (117,133,80). Sum of RGB (Red+Green+Blue) = 117+133+80=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #758550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758550 is #8A7AAF. Grayscale: #7A7A7A. Windows color (decimal): -9075376 or 5277045. OLE color: 5277045.

HSL color Cylindrical-coordinate representation of color #758550: hue angle of 78.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #758550 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 80 -
CMYK 0.12 0 0.40 0.48
HSL 78.11º 0.25% 0.42% -
HSV(B) 78.11º 0.4% 0.52% -
XYZ 17.17 21.14 10.76 -
YUV 122.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 117 133 80 0.12 0 0.40 0.48 78.11 0.25 0.42
Hex 75 85 50 C 0 28 30 4E 19 2A
Octal 165 205 120 14 0 50 60 116 31 52
Binary 1110101 10000101 1010000 1100 0 101000 110000 1001110 11001 101010

Color Harmonies of #758550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758550

Black with #758550

Text Example


Text Example

White with #758550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758550; }

 p { color: rgb(117,133,80); }

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

background-color css

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

 a { background-color: rgb(117,133,80); }

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

border-color css

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

 span { border-color: rgb(117,133,80); }

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