Html Css Color HEX #77404C Camelot

📋 copy color: '#77404C'

red 119 ◦ green 64 ◦ blue 76

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

Shades of Camelot #77404C

Tints of Camelot #77404C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.34%

R = 45.95%
G = 24.71%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77404C (or 0x77404C) is known color: Camelot. HEX triplet: 77, 40 and 4C. RGB value is (119,64,76). Sum of RGB (Red+Green+Blue) = 119+64+76=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #77404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77404C is #88BFB3. Grayscale: #515151. Windows color (decimal): -8961972 or 4997239. OLE color: 4997239.

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

Color convert

RGB 119 64 76 -
CMYK 0 0.46 0.36 0.53
HSL 346.91º 0.3% 0.36% -
HSV(B) 346.91º 0.46% 0.47% -
XYZ 10.75 8.11 7.84 -
YUV 81.81 124.72 154.52 -
System Red Green Blue C M Y K H S L
Decimal 119 64 76 0 0.46 0.36 0.53 346.91 0.3 0.36
Hex 77 40 4C 0 2E 24 35 15B 1E 24
Octal 167 100 114 0 56 44 65 533 36 44
Binary 1110111 1000000 1001100 0 101110 100100 110101 101011011 11110 100100

Color Harmonies of #77404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77404C

Black with #77404C

Text Example


Text Example

White with #77404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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