Html Css Color HEX #764257 Finn

📋 copy color: '#764257'

red 118 ◦ green 66 ◦ blue 87

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

Shades of Finn #764257

Tints of Finn #764257

RGB

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

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

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

R = 43.54%
G = 24.35%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#764257 (or 0x764257) is known color: Finn. HEX triplet: 76, 42 and 57. RGB value is (118,66,87). Sum of RGB (Red+Green+Blue) = 118+66+87=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #764257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764257 is #89BDA8. Grayscale: #535353. Windows color (decimal): -9026985 or 5718646. OLE color: 5718646.

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

Color convert

RGB 118 66 87 -
CMYK 0 0.44 0.26 0.54
HSL 335.77º 0.28% 0.36% -
HSV(B) 335.77º 0.44% 0.46% -
XYZ 11.14 8.44 10.06 -
YUV 83.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 118 66 87 0 0.44 0.26 0.54 335.77 0.28 0.36
Hex 76 42 57 0 2C 1A 36 150 1C 24
Octal 166 102 127 0 54 32 66 520 34 44
Binary 1110110 1000010 1010111 0 101100 11010 110110 101010000 11100 100100

Color Harmonies of #764257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764257

Black with #764257

Text Example


Text Example

White with #764257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764257; }

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

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

background-color css

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

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

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

border-color css

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

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

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