Html Css Color HEX #754653 Finn

📋 copy color: '#754653'

red 117 ◦ green 70 ◦ blue 83

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

Shades of Finn #754653

Tints of Finn #754653

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.93%

 BLUE value IS 83 (32.81% from 255) = 30.74%

R = 43.33%
G = 25.93%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#754653 (or 0x754653) is known color: Finn. HEX triplet: 75, 46 and 53. RGB value is (117,70,83). Sum of RGB (Red+Green+Blue) = 117+70+83=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #754653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754653 is #8AB9AC. Grayscale: #555555. Windows color (decimal): -9091501 or 5457525. OLE color: 5457525.

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

Color convert

RGB 117 70 83 -
CMYK 0 0.40 0.29 0.54
HSL 343.4º 0.25% 0.37% -
HSV(B) 343.4º 0.4% 0.46% -
XYZ 11.09 8.79 9.3 -
YUV 85.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 117 70 83 0 0.40 0.29 0.54 343.4 0.25 0.37
Hex 75 46 53 0 28 1D 36 157 19 25
Octal 165 106 123 0 50 35 66 527 31 45
Binary 1110101 1000110 1010011 0 101000 11101 110110 101010111 11001 100101

Color Harmonies of #754653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754653

Black with #754653

Text Example


Text Example

White with #754653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754653; }

 p { color: rgb(117,70,83); }

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

background-color css

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

 a { background-color: rgb(117,70,83); }

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

border-color css

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

 span { border-color: rgb(117,70,83); }

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