Html Css Color HEX #758453 Finch

📋 copy color: '#758453'

red 117 ◦ green 132 ◦ blue 83

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

Shades of Finch #758453

Tints of Finch #758453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25%

R = 35.24%
G = 39.76%
B = 25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#758453 (or 0x758453) is known color: Finch. HEX triplet: 75, 84 and 53. RGB value is (117,132,83). Sum of RGB (Red+Green+Blue) = 117+132+83=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #758453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758453 is #8A7BAC. Grayscale: #7A7A7A. Windows color (decimal): -9075629 or 5473397. OLE color: 5473397.

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

Color convert

RGB 117 132 83 -
CMYK 0.11 0 0.37 0.48
HSL 78.37º 0.23% 0.42% -
HSV(B) 78.37º 0.37% 0.52% -
XYZ 17.15 20.91 11.32 -
YUV 121.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 117 132 83 0.11 0 0.37 0.48 78.37 0.23 0.42
Hex 75 84 53 B 0 25 30 4E 17 2A
Octal 165 204 123 13 0 45 60 116 27 52
Binary 1110101 10000100 1010011 1011 0 100101 110000 1001110 10111 101010

Color Harmonies of #758453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758453

Black with #758453

Text Example


Text Example

White with #758453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758453; }

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

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

background-color css

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

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

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

border-color css

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

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

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