Html Css Color HEX #764254 Finn

📋 copy color: '#764254'

red 118 ◦ green 66 ◦ blue 84

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

Shades of Finn #764254

Tints of Finn #764254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.63%

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

R = 44.03%
G = 24.63%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#764254 (or 0x764254) is known color: Finn. HEX triplet: 76, 42 and 54. RGB value is (118,66,84). Sum of RGB (Red+Green+Blue) = 118+66+84=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #764254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764254 is #89BDAB. Grayscale: #535353. Windows color (decimal): -9026988 or 5522038. OLE color: 5522038.

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

Color convert

RGB 118 66 84 -
CMYK 0 0.44 0.29 0.54
HSL 339.23º 0.28% 0.36% -
HSV(B) 339.23º 0.44% 0.46% -
XYZ 11.02 8.39 9.43 -
YUV 83.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 118 66 84 0 0.44 0.29 0.54 339.23 0.28 0.36
Hex 76 42 54 0 2C 1D 36 153 1C 24
Octal 166 102 124 0 54 35 66 523 34 44
Binary 1110110 1000010 1010100 0 101100 11101 110110 101010011 11100 100100

Color Harmonies of #764254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764254

Black with #764254

Text Example


Text Example

White with #764254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764254; }

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

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

background-color css

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

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

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

border-color css

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

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

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