Html Css Color HEX #754356 Finn

📋 copy color: '#754356'

red 117 ◦ green 67 ◦ blue 86

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

Shades of Finn #754356

Tints of Finn #754356

RGB

 RED value IS 117 (46.09% from 255) = 43.33%

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

 BLUE value IS 86 (33.98% from 255) = 31.85%

R = 43.33%
G = 24.81%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#754356 (or 0x754356) is known color: Finn. HEX triplet: 75, 43 and 56. RGB value is (117,67,86). Sum of RGB (Red+Green+Blue) = 117+67+86=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #754356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754356 is #8ABCA9. Grayscale: #545454. Windows color (decimal): -9092266 or 5653365. OLE color: 5653365.

HSL color Cylindrical-coordinate representation of color #754356: hue angle of 337.2º degrees, saturation: 0.27, 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 #754356 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 67 86 -
CMYK 0 0.43 0.26 0.54
HSL 337.2º 0.27% 0.36% -
HSV(B) 337.2º 0.43% 0.46% -
XYZ 11.02 8.47 9.86 -
YUV 84.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 117 67 86 0 0.43 0.26 0.54 337.2 0.27 0.36
Hex 75 43 56 0 2B 1A 36 151 1B 24
Octal 165 103 126 0 53 32 66 521 33 44
Binary 1110101 1000011 1010110 0 101011 11010 110110 101010001 11011 100100

Color Harmonies of #754356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754356

Black with #754356

Text Example


Text Example

White with #754356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754356; }

 p { color: rgb(117,67,86); }

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

background-color css

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

 a { background-color: rgb(117,67,86); }

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

border-color css

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

 span { border-color: rgb(117,67,86); }

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