Html Css Color HEX #758452 Finch

📋 copy color: '#758452'

red 117 ◦ green 132 ◦ blue 82

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

Shades of Finch #758452

Tints of Finch #758452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.77%

R = 35.35%
G = 39.88%
B = 24.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#758452 (or 0x758452) is known color: Finch. HEX triplet: 75, 84 and 52. RGB value is (117,132,82). Sum of RGB (Red+Green+Blue) = 117+132+82=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #758452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758452 is #8A7BAD. Grayscale: #797979. Windows color (decimal): -9075630 or 5407861. OLE color: 5407861.

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

Color convert

RGB 117 132 82 -
CMYK 0.11 0 0.38 0.48
HSL 78º 0.23% 0.42% -
HSV(B) 78º 0.38% 0.52% -
XYZ 17.11 20.89 11.11 -
YUV 121.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 117 132 82 0.11 0 0.38 0.48 78 0.23 0.42
Hex 75 84 52 B 0 26 30 4E 17 2A
Octal 165 204 122 13 0 46 60 116 27 52
Binary 1110101 10000100 1010010 1011 0 100110 110000 1001110 10111 101010

Color Harmonies of #758452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758452

Black with #758452

Text Example


Text Example

White with #758452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758452; }

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

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

background-color css

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

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

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

border-color css

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

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

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