Html Css Color HEX #734656 Finn

📋 copy color: '#734656'

red 115 ◦ green 70 ◦ blue 86

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

Shades of Finn #734656

Tints of Finn #734656

RGB

 RED value IS 115 (45.31% from 255) = 42.44%

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

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

R = 42.44%
G = 25.83%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#734656 (or 0x734656) is known color: Finn. HEX triplet: 73, 46 and 56. RGB value is (115,70,86). Sum of RGB (Red+Green+Blue) = 115+70+86=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #734656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734656 is #8CB9A9. Grayscale: #555555. Windows color (decimal): -9222570 or 5654131. OLE color: 5654131.

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

Color convert

RGB 115 70 86 -
CMYK 0 0.39 0.25 0.55
HSL 338.67º 0.24% 0.36% -
HSV(B) 338.67º 0.39% 0.45% -
XYZ 10.94 8.7 9.91 -
YUV 85.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 115 70 86 0 0.39 0.25 0.55 338.67 0.24 0.36
Hex 73 46 56 0 27 19 37 153 18 24
Octal 163 106 126 0 47 31 67 523 30 44
Binary 1110011 1000110 1010110 0 100111 11001 110111 101010011 11000 100100

Color Harmonies of #734656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734656

Black with #734656

Text Example


Text Example

White with #734656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734656; }

 p { color: rgb(115,70,86); }

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

background-color css

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

 a { background-color: rgb(115,70,86); }

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

border-color css

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

 span { border-color: rgb(115,70,86); }

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