Html Css Color HEX #764854 Finn

📋 copy color: '#764854'

red 118 ◦ green 72 ◦ blue 84

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

Shades of Finn #764854

Tints of Finn #764854

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

 BLUE value IS 84 (33.2% from 255) = 30.66%

R = 43.07%
G = 26.28%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#764854 (or 0x764854) is known color: Finn. HEX triplet: 76, 48 and 54. RGB value is (118,72,84). Sum of RGB (Red+Green+Blue) = 118+72+84=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #764854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764854 is #89B7AB. Grayscale: #575757. Windows color (decimal): -9025452 or 5523574. OLE color: 5523574.

HSL color Cylindrical-coordinate representation of color #764854: hue angle of 344.35º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #764854 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 72 84 -
CMYK 0 0.39 0.29 0.54
HSL 344.35º 0.24% 0.37% -
HSV(B) 344.35º 0.39% 0.46% -
XYZ 11.39 9.13 9.55 -
YUV 87.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 118 72 84 0 0.39 0.29 0.54 344.35 0.24 0.37
Hex 76 48 54 0 27 1D 36 158 18 25
Octal 166 110 124 0 47 35 66 530 30 45
Binary 1110110 1001000 1010100 0 100111 11101 110110 101011000 11000 100101

Color Harmonies of #764854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764854

Black with #764854

Text Example


Text Example

White with #764854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764854; }

 p { color: rgb(118,72,84); }

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

background-color css

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

 a { background-color: rgb(118,72,84); }

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

border-color css

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

 span { border-color: rgb(118,72,84); }

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