Html Css Color HEX #78384A Camelot

📋 copy color: '#78384A'

red 120 ◦ green 56 ◦ blue 74

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

Shades of Camelot #78384A

Tints of Camelot #78384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.4%

 BLUE value IS 74 (29.3% from 255) = 29.6%

R = 48%
G = 22.4%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#78384A (or 0x78384A) is known color: Camelot. HEX triplet: 78, 38 and 4A. RGB value is (120,56,74). Sum of RGB (Red+Green+Blue) = 120+56+74=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #78384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78384A is #87C7B5. Grayscale: #4D4D4D. Windows color (decimal): -8898486 or 4864120. OLE color: 4864120.

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

Color convert

RGB 120 56 74 -
CMYK 0 0.53 0.38 0.53
HSL 343.13º 0.36% 0.35% -
HSV(B) 343.13º 0.53% 0.47% -
XYZ 10.4 7.32 7.34 -
YUV 77.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 120 56 74 0 0.53 0.38 0.53 343.13 0.36 0.35
Hex 78 38 4A 0 35 26 35 157 24 23
Octal 170 70 112 0 65 46 65 527 44 43
Binary 1111000 111000 1001010 0 110101 100110 110101 101010111 100100 100011

Color Harmonies of #78384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78384A

Black with #78384A

Text Example


Text Example

White with #78384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78384A; }

 p { color: rgb(120,56,74); }

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

background-color css

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

 a { background-color: rgb(120,56,74); }

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

border-color css

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

 span { border-color: rgb(120,56,74); }

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