Html Css Color HEX #764255 Finn

📋 copy color: '#764255'

red 118 ◦ green 66 ◦ blue 85

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

Shades of Finn #764255

Tints of Finn #764255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.6%

R = 43.87%
G = 24.54%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#764255 (or 0x764255) is known color: Finn. HEX triplet: 76, 42 and 55. RGB value is (118,66,85). Sum of RGB (Red+Green+Blue) = 118+66+85=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #764255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764255 is #89BDAA. Grayscale: #535353. Windows color (decimal): -9026987 or 5587574. OLE color: 5587574.

HSL color Cylindrical-coordinate representation of color #764255: hue angle of 338.08º 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 #764255 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 66 85 -
CMYK 0 0.44 0.28 0.54
HSL 338.08º 0.28% 0.36% -
HSV(B) 338.08º 0.44% 0.46% -
XYZ 11.06 8.4 9.63 -
YUV 83.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 118 66 85 0 0.44 0.28 0.54 338.08 0.28 0.36
Hex 76 42 55 0 2C 1C 36 152 1C 24
Octal 166 102 125 0 54 34 66 522 34 44
Binary 1110110 1000010 1010101 0 101100 11100 110110 101010010 11100 100100

Color Harmonies of #764255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764255

Black with #764255

Text Example


Text Example

White with #764255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764255; }

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

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

background-color css

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

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

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

border-color css

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

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

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