Html Css Color HEX #764354 Finn

📋 copy color: '#764354'

red 118 ◦ green 67 ◦ blue 84

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

Shades of Finn #764354

Tints of Finn #764354

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.91%

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

R = 43.87%
G = 24.91%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#764354 (or 0x764354) is known color: Finn. HEX triplet: 76, 43 and 54. RGB value is (118,67,84). Sum of RGB (Red+Green+Blue) = 118+67+84=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #764354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764354 is #89BCAB. Grayscale: #545454. Windows color (decimal): -9026732 or 5522294. OLE color: 5522294.

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

Color convert

RGB 118 67 84 -
CMYK 0 0.43 0.29 0.54
HSL 340º 0.28% 0.36% -
HSV(B) 340º 0.43% 0.46% -
XYZ 11.08 8.51 9.45 -
YUV 84.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 118 67 84 0 0.43 0.29 0.54 340 0.28 0.36
Hex 76 43 54 0 2B 1D 36 154 1C 24
Octal 166 103 124 0 53 35 66 524 34 44
Binary 1110110 1000011 1010100 0 101011 11101 110110 101010100 11100 100100

Color Harmonies of #764354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764354

Black with #764354

Text Example


Text Example

White with #764354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764354; }

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

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

background-color css

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

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

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

border-color css

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

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

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