Html Css Color HEX #774052 Camelot

📋 copy color: '#774052'

red 119 ◦ green 64 ◦ blue 82

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

Shades of Camelot #774052

Tints of Camelot #774052

RGB

 RED value IS 119 (46.88% from 255) = 44.91%

 GREEN value IS 64 (25.39% from 255) = 24.15%

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

R = 44.91%
G = 24.15%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#774052 (or 0x774052) is known color: Camelot. HEX triplet: 77, 40 and 52. RGB value is (119,64,82). Sum of RGB (Red+Green+Blue) = 119+64+82=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #774052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774052 is #88BFAD. Grayscale: #525252. Windows color (decimal): -8961966 or 5390455. OLE color: 5390455.

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

Color convert

RGB 119 64 82 -
CMYK 0 0.46 0.31 0.53
HSL 340.36º 0.3% 0.36% -
HSV(B) 340.36º 0.46% 0.47% -
XYZ 10.96 8.2 8.99 -
YUV 82.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 119 64 82 0 0.46 0.31 0.53 340.36 0.3 0.36
Hex 77 40 52 0 2E 1F 35 154 1E 24
Octal 167 100 122 0 56 37 65 524 36 44
Binary 1110111 1000000 1010010 0 101110 11111 110101 101010100 11110 100100

Color Harmonies of #774052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774052

Black with #774052

Text Example


Text Example

White with #774052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774052; }

 p { color: rgb(119,64,82); }

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

background-color css

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

 a { background-color: rgb(119,64,82); }

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

border-color css

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

 span { border-color: rgb(119,64,82); }

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