Html Css Color HEX #764253 Finn

📋 copy color: '#764253'

red 118 ◦ green 66 ◦ blue 83

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

Shades of Finn #764253

Tints of Finn #764253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.09%

R = 44.19%
G = 24.72%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#764253 (or 0x764253) is known color: Finn. HEX triplet: 76, 42 and 53. RGB value is (118,66,83). Sum of RGB (Red+Green+Blue) = 118+66+83=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #764253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764253 is #89BDAC. Grayscale: #535353. Windows color (decimal): -9026989 or 5456502. OLE color: 5456502.

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

Color convert

RGB 118 66 83 -
CMYK 0 0.44 0.30 0.54
HSL 340.38º 0.28% 0.36% -
HSV(B) 340.38º 0.44% 0.46% -
XYZ 10.98 8.37 9.22 -
YUV 83.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 118 66 83 0 0.44 0.30 0.54 340.38 0.28 0.36
Hex 76 42 53 0 2C 1E 36 154 1C 24
Octal 166 102 123 0 54 36 66 524 34 44
Binary 1110110 1000010 1010011 0 101100 11110 110110 101010100 11100 100100

Color Harmonies of #764253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764253

Black with #764253

Text Example


Text Example

White with #764253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764253; }

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

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

background-color css

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

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

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

border-color css

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

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

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