Html Css Color HEX #774552 Camelot

📋 copy color: '#774552'

red 119 ◦ green 69 ◦ blue 82

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

Shades of Camelot #774552

Tints of Camelot #774552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

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

R = 44.07%
G = 25.56%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#774552 (or 0x774552) is known color: Camelot. HEX triplet: 77, 45 and 52. RGB value is (119,69,82). Sum of RGB (Red+Green+Blue) = 119+69+82=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #774552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774552 is #88BAAD. Grayscale: #555555. Windows color (decimal): -8960686 or 5391735. OLE color: 5391735.

HSL color Cylindrical-coordinate representation of color #774552: hue angle of 344.4º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #774552 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 69 82 -
CMYK 0 0.42 0.31 0.53
HSL 344.4º 0.27% 0.37% -
HSV(B) 344.4º 0.42% 0.47% -
XYZ 11.26 8.79 9.09 -
YUV 85.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 119 69 82 0 0.42 0.31 0.53 344.4 0.27 0.37
Hex 77 45 52 0 2A 1F 35 158 1B 25
Octal 167 105 122 0 52 37 65 530 33 45
Binary 1110111 1000101 1010010 0 101010 11111 110101 101011000 11011 100101

Color Harmonies of #774552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774552

Black with #774552

Text Example


Text Example

White with #774552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774552; }

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

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

background-color css

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

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

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

border-color css

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

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

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