Html Css Color HEX #78394D Camelot

📋 copy color: '#78394D'

red 120 ◦ green 57 ◦ blue 77

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

Shades of Camelot #78394D

Tints of Camelot #78394D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.44%

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

R = 47.24%
G = 22.44%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#78394D (or 0x78394D) is known color: Camelot. HEX triplet: 78, 39 and 4D. RGB value is (120,57,77). Sum of RGB (Red+Green+Blue) = 120+57+77=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #78394D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78394D is #87C6B2. Grayscale: #4E4E4E. Windows color (decimal): -8898227 or 5060984. OLE color: 5060984.

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

Color convert

RGB 120 57 77 -
CMYK 0 0.52 0.36 0.53
HSL 340.95º 0.36% 0.35% -
HSV(B) 340.95º 0.53% 0.47% -
XYZ 10.55 7.46 7.9 -
YUV 78.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 120 57 77 0 0.52 0.36 0.53 340.95 0.36 0.35
Hex 78 39 4D 0 34 24 35 155 24 23
Octal 170 71 115 0 64 44 65 525 44 43
Binary 1111000 111001 1001101 0 110100 100100 110101 101010101 100100 100011

Color Harmonies of #78394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78394D

Black with #78394D

Text Example


Text Example

White with #78394D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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