Html Css Color HEX #764954 Finn

📋 copy color: '#764954'

red 118 ◦ green 73 ◦ blue 84

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

Shades of Finn #764954

Tints of Finn #764954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.55%

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

R = 42.91%
G = 26.55%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#764954 (or 0x764954) is known color: Finn. HEX triplet: 76, 49 and 54. RGB value is (118,73,84). Sum of RGB (Red+Green+Blue) = 118+73+84=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #764954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764954 is #89B6AB. Grayscale: #575757. Windows color (decimal): -9025196 or 5523830. OLE color: 5523830.

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

Color convert

RGB 118 73 84 -
CMYK 0 0.38 0.29 0.54
HSL 345.33º 0.24% 0.37% -
HSV(B) 345.33º 0.38% 0.46% -
XYZ 11.45 9.26 9.57 -
YUV 87.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 118 73 84 0 0.38 0.29 0.54 345.33 0.24 0.37
Hex 76 49 54 0 26 1D 36 159 18 25
Octal 166 111 124 0 46 35 66 531 30 45
Binary 1110110 1001001 1010100 0 100110 11101 110110 101011001 11000 100101

Color Harmonies of #764954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764954

Black with #764954

Text Example


Text Example

White with #764954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764954; }

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

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

background-color css

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

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

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

border-color css

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

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

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