Html Css Color HEX #764055 Finn

📋 copy color: '#764055'

red 118 ◦ green 64 ◦ blue 85

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

Shades of Finn #764055

Tints of Finn #764055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.97%

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

R = 44.19%
G = 23.97%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#764055 (or 0x764055) is known color: Finn. HEX triplet: 76, 40 and 55. RGB value is (118,64,85). Sum of RGB (Red+Green+Blue) = 118+64+85=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #764055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764055 is #89BFAA. Grayscale: #525252. Windows color (decimal): -9027499 or 5587062. OLE color: 5587062.

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

Color convert

RGB 118 64 85 -
CMYK 0 0.46 0.28 0.54
HSL 336.67º 0.3% 0.36% -
HSV(B) 336.67º 0.46% 0.46% -
XYZ 10.94 8.17 9.6 -
YUV 82.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 118 64 85 0 0.46 0.28 0.54 336.67 0.3 0.36
Hex 76 40 55 0 2E 1C 36 151 1E 24
Octal 166 100 125 0 56 34 66 521 36 44
Binary 1110110 1000000 1010101 0 101110 11100 110110 101010001 11110 100100

Color Harmonies of #764055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764055

Black with #764055

Text Example


Text Example

White with #764055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764055; }

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

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

background-color css

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

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

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

border-color css

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

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

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