Html Css Color HEX #78394E Camelot

📋 copy color: '#78394E'

red 120 ◦ green 57 ◦ blue 78

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

Shades of Camelot #78394E

Tints of Camelot #78394E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.59%

R = 47.06%
G = 22.35%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#78394E (or 0x78394E) is known color: Camelot. HEX triplet: 78, 39 and 4E. RGB value is (120,57,78). Sum of RGB (Red+Green+Blue) = 120+57+78=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #78394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78394E is #87C6B1. Grayscale: #4E4E4E. Windows color (decimal): -8898226 or 5126520. OLE color: 5126520.

HSL color Cylindrical-coordinate representation of color #78394E: hue angle of 340º 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 #78394E is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 57 78 -
CMYK 0 0.52 0.35 0.53
HSL 340º 0.36% 0.35% -
HSV(B) 340º 0.53% 0.47% -
XYZ 10.58 7.47 8.09 -
YUV 78.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 120 57 78 0 0.52 0.35 0.53 340 0.36 0.35
Hex 78 39 4E 0 34 23 35 154 24 23
Octal 170 71 116 0 64 43 65 524 44 43
Binary 1111000 111001 1001110 0 110100 100011 110101 101010100 100100 100011

Color Harmonies of #78394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78394E

Black with #78394E

Text Example


Text Example

White with #78394E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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