Html Css Color HEX #744652 Finn

📋 copy color: '#744652'

red 116 ◦ green 70 ◦ blue 82

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

Shades of Finn #744652

Tints of Finn #744652

RGB

 RED value IS 116 (45.7% from 255) = 43.28%

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

 BLUE value IS 82 (32.42% from 255) = 30.6%

R = 43.28%
G = 26.12%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#744652 (or 0x744652) is known color: Finn. HEX triplet: 74, 46 and 52. RGB value is (116,70,82). Sum of RGB (Red+Green+Blue) = 116+70+82=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #744652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744652 is #8BB9AD. Grayscale: #555555. Windows color (decimal): -9157038 or 5391988. OLE color: 5391988.

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

Color convert

RGB 116 70 82 -
CMYK 0 0.40 0.29 0.55
HSL 344.35º 0.25% 0.36% -
HSV(B) 344.35º 0.4% 0.45% -
XYZ 10.92 8.7 9.09 -
YUV 85.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 116 70 82 0 0.40 0.29 0.55 344.35 0.25 0.36
Hex 74 46 52 0 28 1D 37 158 19 24
Octal 164 106 122 0 50 35 67 530 31 44
Binary 1110100 1000110 1010010 0 101000 11101 110111 101011000 11001 100100

Color Harmonies of #744652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744652

Black with #744652

Text Example


Text Example

White with #744652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744652; }

 p { color: rgb(116,70,82); }

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

background-color css

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

 a { background-color: rgb(116,70,82); }

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

border-color css

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

 span { border-color: rgb(116,70,82); }

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