Html Css Color HEX #78414A Camelot

📋 copy color: '#78414A'

red 120 ◦ green 65 ◦ blue 74

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

Shades of Camelot #78414A

Tints of Camelot #78414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.1%

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

R = 46.33%
G = 25.1%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#78414A (or 0x78414A) is known color: Camelot. HEX triplet: 78, 41 and 4A. RGB value is (120,65,74). Sum of RGB (Red+Green+Blue) = 120+65+74=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #78414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78414A is #87BEB5. Grayscale: #525252. Windows color (decimal): -8896182 or 4866424. OLE color: 4866424.

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

Color convert

RGB 120 65 74 -
CMYK 0 0.46 0.38 0.53
HSL 350.18º 0.3% 0.36% -
HSV(B) 350.18º 0.46% 0.47% -
XYZ 10.87 8.27 7.5 -
YUV 82.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 120 65 74 0 0.46 0.38 0.53 350.18 0.3 0.36
Hex 78 41 4A 0 2E 26 35 15E 1E 24
Octal 170 101 112 0 56 46 65 536 36 44
Binary 1111000 1000001 1001010 0 101110 100110 110101 101011110 11110 100100

Color Harmonies of #78414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78414A

Black with #78414A

Text Example


Text Example

White with #78414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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