Html Css Color HEX #754358 Finn

📋 copy color: '#754358'

red 117 ◦ green 67 ◦ blue 88

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

Shades of Finn #754358

Tints of Finn #754358

RGB

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

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

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

R = 43.01%
G = 24.63%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#754358 (or 0x754358) is known color: Finn. HEX triplet: 75, 43 and 58. RGB value is (117,67,88). Sum of RGB (Red+Green+Blue) = 117+67+88=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #754358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754358 is #8ABCA7. Grayscale: #545454. Windows color (decimal): -9092264 or 5784437. OLE color: 5784437.

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

Color convert

RGB 117 67 88 -
CMYK 0 0.43 0.25 0.54
HSL 334.8º 0.27% 0.36% -
HSV(B) 334.8º 0.43% 0.46% -
XYZ 11.1 8.5 10.29 -
YUV 84.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 117 67 88 0 0.43 0.25 0.54 334.8 0.27 0.36
Hex 75 43 58 0 2B 19 36 14F 1B 24
Octal 165 103 130 0 53 31 66 517 33 44
Binary 1110101 1000011 1011000 0 101011 11001 110110 101001111 11011 100100

Color Harmonies of #754358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754358

Black with #754358

Text Example


Text Example

White with #754358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754358; }

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

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

background-color css

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

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

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

border-color css

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

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

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