Html Css Color HEX #764154 Finn

📋 copy color: '#764154'

red 118 ◦ green 65 ◦ blue 84

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

Shades of Finn #764154

Tints of Finn #764154

RGB

 RED value IS 118 (46.48% from 255) = 44.19%

 GREEN value IS 65 (25.78% from 255) = 24.34%

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

R = 44.19%
G = 24.34%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#764154 (or 0x764154) is known color: Finn. HEX triplet: 76, 41 and 54. RGB value is (118,65,84). Sum of RGB (Red+Green+Blue) = 118+65+84=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #764154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764154 is #89BEAB. Grayscale: #525252. Windows color (decimal): -9027244 or 5521782. OLE color: 5521782.

HSL color Cylindrical-coordinate representation of color #764154: hue angle of 338.49º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #764154 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 65 84 -
CMYK 0 0.45 0.29 0.54
HSL 338.49º 0.29% 0.36% -
HSV(B) 338.49º 0.45% 0.46% -
XYZ 10.96 8.27 9.41 -
YUV 83.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 118 65 84 0 0.45 0.29 0.54 338.49 0.29 0.36
Hex 76 41 54 0 2D 1D 36 152 1D 24
Octal 166 101 124 0 55 35 66 522 35 44
Binary 1110110 1000001 1010100 0 101101 11101 110110 101010010 11101 100100

Color Harmonies of #764154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764154

Black with #764154

Text Example


Text Example

White with #764154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764154; }

 p { color: rgb(118,65,84); }

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

background-color css

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

 a { background-color: rgb(118,65,84); }

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

border-color css

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

 span { border-color: rgb(118,65,84); }

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