Html Css Color HEX #764053 Finn

📋 copy color: '#764053'

red 118 ◦ green 64 ◦ blue 83

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

Shades of Finn #764053

Tints of Finn #764053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.15%

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

R = 44.53%
G = 24.15%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#764053 (or 0x764053) is known color: Finn. HEX triplet: 76, 40 and 53. RGB value is (118,64,83). Sum of RGB (Red+Green+Blue) = 118+64+83=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #764053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764053 is #89BFAC. Grayscale: #525252. Windows color (decimal): -9027501 or 5455990. OLE color: 5455990.

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

Color convert

RGB 118 64 83 -
CMYK 0 0.46 0.30 0.54
HSL 338.89º 0.3% 0.36% -
HSV(B) 338.89º 0.46% 0.46% -
XYZ 10.87 8.14 9.18 -
YUV 82.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 118 64 83 0 0.46 0.30 0.54 338.89 0.3 0.36
Hex 76 40 53 0 2E 1E 36 153 1E 24
Octal 166 100 123 0 56 36 66 523 36 44
Binary 1110110 1000000 1010011 0 101110 11110 110110 101010011 11110 100100

Color Harmonies of #764053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764053

Black with #764053

Text Example


Text Example

White with #764053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764053; }

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

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

background-color css

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

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

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

border-color css

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

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

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