Html Css Color HEX #78444D Camelot

📋 copy color: '#78444D'

red 120 ◦ green 68 ◦ blue 77

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

Shades of Camelot #78444D

Tints of Camelot #78444D

RGB

 RED value IS 120 (47.27% from 255) = 45.28%

 GREEN value IS 68 (26.95% from 255) = 25.66%

 BLUE value IS 77 (30.47% from 255) = 29.06%

R = 45.28%
G = 25.66%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#78444D (or 0x78444D) is known color: Camelot. HEX triplet: 78, 44 and 4D. RGB value is (120,68,77). Sum of RGB (Red+Green+Blue) = 120+68+77=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78444D is #87BBB2. Grayscale: #545454. Windows color (decimal): -8895411 or 5063800. OLE color: 5063800.

HSL color Cylindrical-coordinate representation of color #78444D: hue angle of 349.62º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78444D is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 68 77 -
CMYK 0 0.43 0.36 0.53
HSL 349.62º 0.28% 0.37% -
HSV(B) 349.62º 0.43% 0.47% -
XYZ 11.15 8.66 8.11 -
YUV 84.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 120 68 77 0 0.43 0.36 0.53 349.62 0.28 0.37
Hex 78 44 4D 0 2B 24 35 15E 1C 25
Octal 170 104 115 0 53 44 65 536 34 45
Binary 1111000 1000100 1001101 0 101011 100100 110101 101011110 11100 100101

Color Harmonies of #78444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78444D

Black with #78444D

Text Example


Text Example

White with #78444D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78444D; }

 p { color: rgb(120,68,77); }

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

background-color css

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

 a { background-color: rgb(120,68,77); }

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

border-color css

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

 span { border-color: rgb(120,68,77); }

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