Html Css Color HEX #764153 Finn

📋 copy color: '#764153'

red 118 ◦ green 65 ◦ blue 83

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

Shades of Finn #764153

Tints of Finn #764153

RGB

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

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

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

R = 44.36%
G = 24.44%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#764153 (or 0x764153) is known color: Finn. HEX triplet: 76, 41 and 53. RGB value is (118,65,83). Sum of RGB (Red+Green+Blue) = 118+65+83=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #764153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764153 is #89BEAC. Grayscale: #525252. Windows color (decimal): -9027245 or 5456246. OLE color: 5456246.

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

Color convert

RGB 118 65 83 -
CMYK 0 0.45 0.30 0.54
HSL 339.62º 0.29% 0.36% -
HSV(B) 339.62º 0.45% 0.46% -
XYZ 10.92 8.26 9.2 -
YUV 82.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 118 65 83 0 0.45 0.30 0.54 339.62 0.29 0.36
Hex 76 41 53 0 2D 1E 36 154 1D 24
Octal 166 101 123 0 55 36 66 524 35 44
Binary 1110110 1000001 1010011 0 101101 11110 110110 101010100 11101 100100

Color Harmonies of #764153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764153

Black with #764153

Text Example


Text Example

White with #764153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764153; }

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

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

background-color css

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

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

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

border-color css

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

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

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