Html Css Color HEX #77404D Camelot

📋 copy color: '#77404D'

red 119 ◦ green 64 ◦ blue 77

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

Shades of Camelot #77404D

Tints of Camelot #77404D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.62%

R = 45.77%
G = 24.62%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77404D (or 0x77404D) is known color: Camelot. HEX triplet: 77, 40 and 4D. RGB value is (119,64,77). Sum of RGB (Red+Green+Blue) = 119+64+77=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #77404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77404D is #88BFB2. Grayscale: #515151. Windows color (decimal): -8961971 or 5062775. OLE color: 5062775.

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

Color convert

RGB 119 64 77 -
CMYK 0 0.46 0.35 0.53
HSL 345.82º 0.3% 0.36% -
HSV(B) 345.82º 0.46% 0.47% -
XYZ 10.78 8.12 8.02 -
YUV 81.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 119 64 77 0 0.46 0.35 0.53 345.82 0.3 0.36
Hex 77 40 4D 0 2E 23 35 15A 1E 24
Octal 167 100 115 0 56 43 65 532 36 44
Binary 1110111 1000000 1001101 0 101110 100011 110101 101011010 11110 100100

Color Harmonies of #77404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77404D

Black with #77404D

Text Example


Text Example

White with #77404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77404D; }

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

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

background-color css

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

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

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

border-color css

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

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

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