Html Css Color HEX #764655 Finn

📋 copy color: '#764655'

red 118 ◦ green 70 ◦ blue 85

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

Shades of Finn #764655

Tints of Finn #764655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.64%

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

R = 43.22%
G = 25.64%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#764655 (or 0x764655) is known color: Finn. HEX triplet: 76, 46 and 55. RGB value is (118,70,85). Sum of RGB (Red+Green+Blue) = 118+70+85=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #764655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764655 is #89B9AA. Grayscale: #565656. Windows color (decimal): -9025963 or 5588598. OLE color: 5588598.

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

Color convert

RGB 118 70 85 -
CMYK 0 0.41 0.28 0.54
HSL 341.25º 0.26% 0.37% -
HSV(B) 341.25º 0.41% 0.46% -
XYZ 11.3 8.89 9.71 -
YUV 86.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 118 70 85 0 0.41 0.28 0.54 341.25 0.26 0.37
Hex 76 46 55 0 29 1C 36 155 1A 25
Octal 166 106 125 0 51 34 66 525 32 45
Binary 1110110 1000110 1010101 0 101001 11100 110110 101010101 11010 100101

Color Harmonies of #764655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764655

Black with #764655

Text Example


Text Example

White with #764655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764655; }

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

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

background-color css

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

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

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

border-color css

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

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

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