Html Css Color HEX #764555 Finn

📋 copy color: '#764555'

red 118 ◦ green 69 ◦ blue 85

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

Shades of Finn #764555

Tints of Finn #764555

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.37%

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

R = 43.38%
G = 25.37%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#764555 (or 0x764555) is known color: Finn. HEX triplet: 76, 45 and 55. RGB value is (118,69,85). Sum of RGB (Red+Green+Blue) = 118+69+85=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #764555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764555 is #89BAAA. Grayscale: #555555. Windows color (decimal): -9026219 or 5588342. OLE color: 5588342.

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

Color convert

RGB 118 69 85 -
CMYK 0 0.42 0.28 0.54
HSL 340.41º 0.26% 0.37% -
HSV(B) 340.41º 0.42% 0.46% -
XYZ 11.24 8.76 9.69 -
YUV 85.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 118 69 85 0 0.42 0.28 0.54 340.41 0.26 0.37
Hex 76 45 55 0 2A 1C 36 154 1A 25
Octal 166 105 125 0 52 34 66 524 32 45
Binary 1110110 1000101 1010101 0 101010 11100 110110 101010100 11010 100101

Color Harmonies of #764555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764555

Black with #764555

Text Example


Text Example

White with #764555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764555; }

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

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

background-color css

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

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

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

border-color css

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

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

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