Html Css Color HEX #764256 Finn

📋 copy color: '#764256'

red 118 ◦ green 66 ◦ blue 86

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

Shades of Finn #764256

Tints of Finn #764256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.85%

R = 43.7%
G = 24.44%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#764256 (or 0x764256) is known color: Finn. HEX triplet: 76, 42 and 56. RGB value is (118,66,86). Sum of RGB (Red+Green+Blue) = 118+66+86=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #764256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764256 is #89BDA9. Grayscale: #535353. Windows color (decimal): -9026986 or 5653110. OLE color: 5653110.

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

Color convert

RGB 118 66 86 -
CMYK 0 0.44 0.27 0.54
HSL 336.92º 0.28% 0.36% -
HSV(B) 336.92º 0.44% 0.46% -
XYZ 11.1 8.42 9.84 -
YUV 83.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 118 66 86 0 0.44 0.27 0.54 336.92 0.28 0.36
Hex 76 42 56 0 2C 1B 36 151 1C 24
Octal 166 102 126 0 54 33 66 521 34 44
Binary 1110110 1000010 1010110 0 101100 11011 110110 101010001 11100 100100

Color Harmonies of #764256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764256

Black with #764256

Text Example


Text Example

White with #764256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764256; }

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

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

background-color css

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

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

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

border-color css

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

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

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