Html Css Color HEX #758454 Finch

📋 copy color: '#758454'

red 117 ◦ green 132 ◦ blue 84

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

Shades of Finch #758454

Tints of Finch #758454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.23%

R = 35.14%
G = 39.64%
B = 25.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#758454 (or 0x758454) is known color: Finch. HEX triplet: 75, 84 and 54. RGB value is (117,132,84). Sum of RGB (Red+Green+Blue) = 117+132+84=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #758454 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758454 is #8A7BAB. Grayscale: #7A7A7A. Windows color (decimal): -9075628 or 5538933. OLE color: 5538933.

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

Color convert

RGB 117 132 84 -
CMYK 0.11 0 0.36 0.48
HSL 78.75º 0.22% 0.42% -
HSV(B) 78.75º 0.36% 0.52% -
XYZ 17.19 20.92 11.52 -
YUV 122.04 106.53 124.4 -
System Red Green Blue C M Y K H S L
Decimal 117 132 84 0.11 0 0.36 0.48 78.75 0.22 0.42
Hex 75 84 54 B 0 24 30 4F 16 2A
Octal 165 204 124 13 0 44 60 117 26 52
Binary 1110101 10000100 1010100 1011 0 100100 110000 1001111 10110 101010

Color Harmonies of #758454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758454

Black with #758454

Text Example


Text Example

White with #758454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758454; }

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

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

background-color css

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

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

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

border-color css

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

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

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