Html Css Color HEX #764058 Finn

📋 copy color: '#764058'

red 118 ◦ green 64 ◦ blue 88

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

Shades of Finn #764058

Tints of Finn #764058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.59%

R = 43.7%
G = 23.7%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#764058 (or 0x764058) is known color: Finn. HEX triplet: 76, 40 and 58. RGB value is (118,64,88). Sum of RGB (Red+Green+Blue) = 118+64+88=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #764058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764058 is #89BFA7. Grayscale: #525252. Windows color (decimal): -9027496 or 5783670. OLE color: 5783670.

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

Color convert

RGB 118 64 88 -
CMYK 0 0.46 0.25 0.54
HSL 333.33º 0.3% 0.36% -
HSV(B) 333.33º 0.46% 0.46% -
XYZ 11.07 8.22 10.24 -
YUV 82.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 118 64 88 0 0.46 0.25 0.54 333.33 0.3 0.36
Hex 76 40 58 0 2E 19 36 14D 1E 24
Octal 166 100 130 0 56 31 66 515 36 44
Binary 1110110 1000000 1011000 0 101110 11001 110110 101001101 11110 100100

Color Harmonies of #764058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764058

Black with #764058

Text Example


Text Example

White with #764058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764058; }

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

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

background-color css

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

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

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

border-color css

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

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

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