Html Css Color HEX #78414C Camelot

📋 copy color: '#78414C'

red 120 ◦ green 65 ◦ blue 76

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

Shades of Camelot #78414C

Tints of Camelot #78414C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.12%

R = 45.98%
G = 24.9%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78414C (or 0x78414C) is known color: Camelot. HEX triplet: 78, 41 and 4C. RGB value is (120,65,76). Sum of RGB (Red+Green+Blue) = 120+65+76=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #78414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78414C is #87BEB3. Grayscale: #525252. Windows color (decimal): -8896180 or 4997496. OLE color: 4997496.

HSL color Cylindrical-coordinate representation of color #78414C: hue angle of 348º 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 #78414C is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 65 76 -
CMYK 0 0.46 0.37 0.53
HSL 348º 0.3% 0.36% -
HSV(B) 348º 0.46% 0.47% -
XYZ 10.94 8.3 7.86 -
YUV 82.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 120 65 76 0 0.46 0.37 0.53 348 0.3 0.36
Hex 78 41 4C 0 2E 25 35 15C 1E 24
Octal 170 101 114 0 56 45 65 534 36 44
Binary 1111000 1000001 1001100 0 101110 100101 110101 101011100 11110 100100

Color Harmonies of #78414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78414C

Black with #78414C

Text Example


Text Example

White with #78414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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