Html Css Color HEX #758451 Finch

📋 copy color: '#758451'

red 117 ◦ green 132 ◦ blue 81

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

Shades of Finch #758451

Tints of Finch #758451

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40%

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

R = 35.45%
G = 40%
B = 24.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#758451 (or 0x758451) is known color: Finch. HEX triplet: 75, 84 and 51. RGB value is (117,132,81). Sum of RGB (Red+Green+Blue) = 117+132+81=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #758451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758451 is #8A7BAE. Grayscale: #797979. Windows color (decimal): -9075631 or 5342325. OLE color: 5342325.

HSL color Cylindrical-coordinate representation of color #758451: hue angle of 77.65º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #758451 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 132 81 -
CMYK 0.11 0 0.39 0.48
HSL 77.65º 0.24% 0.42% -
HSV(B) 77.65º 0.39% 0.52% -
XYZ 17.07 20.88 10.91 -
YUV 121.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 117 132 81 0.11 0 0.39 0.48 77.65 0.24 0.42
Hex 75 84 51 B 0 27 30 4E 18 2A
Octal 165 204 121 13 0 47 60 116 30 52
Binary 1110101 10000100 1010001 1011 0 100111 110000 1001110 11000 101010

Color Harmonies of #758451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758451

Black with #758451

Text Example


Text Example

White with #758451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758451; }

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

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

background-color css

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

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

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

border-color css

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

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

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