Html Css Color HEX #764157 Finn

📋 copy color: '#764157'

red 118 ◦ green 65 ◦ blue 87

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

Shades of Finn #764157

Tints of Finn #764157

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

 BLUE value IS 87 (34.38% from 255) = 32.22%

R = 43.7%
G = 24.07%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#764157 (or 0x764157) is known color: Finn. HEX triplet: 76, 41 and 57. RGB value is (118,65,87). Sum of RGB (Red+Green+Blue) = 118+65+87=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #764157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764157 is #89BEA8. Grayscale: #535353. Windows color (decimal): -9027241 or 5718390. OLE color: 5718390.

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

Color convert

RGB 118 65 87 -
CMYK 0 0.45 0.26 0.54
HSL 335.09º 0.29% 0.36% -
HSV(B) 335.09º 0.45% 0.46% -
XYZ 11.08 8.32 10.04 -
YUV 83.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 118 65 87 0 0.45 0.26 0.54 335.09 0.29 0.36
Hex 76 41 57 0 2D 1A 36 14F 1D 24
Octal 166 101 127 0 55 32 66 517 35 44
Binary 1110110 1000001 1010111 0 101101 11010 110110 101001111 11101 100100

Color Harmonies of #764157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764157

Black with #764157

Text Example


Text Example

White with #764157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764157; }

 p { color: rgb(118,65,87); }

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

background-color css

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

 a { background-color: rgb(118,65,87); }

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

border-color css

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

 span { border-color: rgb(118,65,87); }

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