Html Css Color HEX #774C6C Salt Box

📋 copy color: '#774C6C'

red 119 ◦ green 76 ◦ blue 108

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

Shades of Salt Box #774C6C

Tints of Salt Box #774C6C

RGB

 RED value IS 119 (46.88% from 255) = 39.27%

 GREEN value IS 76 (30.08% from 255) = 25.08%

 BLUE value IS 108 (42.58% from 255) = 35.64%

R = 39.27%
G = 25.08%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#774C6C (or 0x774C6C) is known color: Salt Box. HEX triplet: 77, 4C and 6C. RGB value is (119,76,108). Sum of RGB (Red+Green+Blue) = 119+76+108=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #774C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C6C is #88B393. Grayscale: #5C5C5C. Windows color (decimal): -8958868 or 7097463. OLE color: 7097463.

HSL color Cylindrical-coordinate representation of color #774C6C: hue angle of 315.35º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #774C6C is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 76 108 -
CMYK 0 0.36 0.09 0.53
HSL 315.35º 0.22% 0.38% -
HSV(B) 315.35º 0.36% 0.47% -
XYZ 12.9 10.17 15.47 -
YUV 92.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 119 76 108 0 0.36 0.09 0.53 315.35 0.22 0.38
Hex 77 4C 6C 0 24 9 35 13B 16 26
Octal 167 114 154 0 44 11 65 473 26 46
Binary 1110111 1001100 1101100 0 100100 1001 110101 100111011 10110 100110

Color Harmonies of #774C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C6C

Black with #774C6C

Text Example


Text Example

White with #774C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774C6C; }

 p { color: rgb(119,76,108); }

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

background-color css

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

 a { background-color: rgb(119,76,108); }

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

border-color css

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

 span { border-color: rgb(119,76,108); }

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