Html Css Color HEX #774450 Camelot

📋 copy color: '#774450'

red 119 ◦ green 68 ◦ blue 80

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

Shades of Camelot #774450

Tints of Camelot #774450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.47%

 BLUE value IS 80 (31.64% from 255) = 29.96%

R = 44.57%
G = 25.47%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#774450 (or 0x774450) is known color: Camelot. HEX triplet: 77, 44 and 50. RGB value is (119,68,80). Sum of RGB (Red+Green+Blue) = 119+68+80=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #774450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774450 is #88BBAF. Grayscale: #545454. Windows color (decimal): -8960944 or 5260407. OLE color: 5260407.

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

Color convert

RGB 119 68 80 -
CMYK 0 0.43 0.33 0.53
HSL 345.88º 0.27% 0.37% -
HSV(B) 345.88º 0.43% 0.47% -
XYZ 11.12 8.64 8.67 -
YUV 84.62 125.4 152.52 -
System Red Green Blue C M Y K H S L
Decimal 119 68 80 0 0.43 0.33 0.53 345.88 0.27 0.37
Hex 77 44 50 0 2B 21 35 15A 1B 25
Octal 167 104 120 0 53 41 65 532 33 45
Binary 1110111 1000100 1010000 0 101011 100001 110101 101011010 11011 100101

Color Harmonies of #774450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774450

Black with #774450

Text Example


Text Example

White with #774450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774450; }

 p { color: rgb(119,68,80); }

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

background-color css

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

 a { background-color: rgb(119,68,80); }

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

border-color css

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

 span { border-color: rgb(119,68,80); }

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