Html Css Color HEX #758154 Finch

📋 copy color: '#758154'

red 117 ◦ green 129 ◦ blue 84

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

Shades of Finch #758154

Tints of Finch #758154

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

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

R = 35.45%
G = 39.09%
B = 25.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#758154 (or 0x758154) is known color: Finch. HEX triplet: 75, 81 and 54. RGB value is (117,129,84). Sum of RGB (Red+Green+Blue) = 117+129+84=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #758154 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758154 is #8A7EAB. Grayscale: #787878. Windows color (decimal): -9076396 or 5538165. OLE color: 5538165.

HSL color Cylindrical-coordinate representation of color #758154: hue angle of 76º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #758154 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 129 84 -
CMYK 0.09 0 0.35 0.49
HSL 76º 0.21% 0.42% -
HSV(B) 76º 0.35% 0.51% -
XYZ 16.79 20.12 11.39 -
YUV 120.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 117 129 84 0.09 0 0.35 0.49 76 0.21 0.42
Hex 75 81 54 9 0 23 31 4C 15 2A
Octal 165 201 124 11 0 43 61 114 25 52
Binary 1110101 10000001 1010100 1001 0 100011 110001 1001100 10101 101010

Color Harmonies of #758154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758154

Black with #758154

Text Example


Text Example

White with #758154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758154; }

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

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

background-color css

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

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

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

border-color css

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

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

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