Html Css Color HEX #784152 Camelot

📋 copy color: '#784152'

red 120 ◦ green 65 ◦ blue 82

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

Shades of Camelot #784152

Tints of Camelot #784152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.71%

R = 44.94%
G = 24.34%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#784152 (or 0x784152) is known color: Camelot. HEX triplet: 78, 41 and 52. RGB value is (120,65,82). Sum of RGB (Red+Green+Blue) = 120+65+82=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #784152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784152 is #87BEAD. Grayscale: #535353. Windows color (decimal): -8896174 or 5390712. OLE color: 5390712.

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

Color convert

RGB 120 65 82 -
CMYK 0 0.46 0.32 0.53
HSL 341.45º 0.3% 0.36% -
HSV(B) 341.45º 0.46% 0.47% -
XYZ 11.16 8.38 9.01 -
YUV 83.38 127.22 154.12 -
System Red Green Blue C M Y K H S L
Decimal 120 65 82 0 0.46 0.32 0.53 341.45 0.3 0.36
Hex 78 41 52 0 2E 20 35 155 1E 24
Octal 170 101 122 0 56 40 65 525 36 44
Binary 1111000 1000001 1010010 0 101110 100000 110101 101010101 11110 100100

Color Harmonies of #784152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784152

Black with #784152

Text Example


Text Example

White with #784152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784152; }

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

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

background-color css

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

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

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

border-color css

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

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

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