Html Css Color HEX #77394A Camelot

📋 copy color: '#77394A'

red 119 ◦ green 57 ◦ blue 74

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

Shades of Camelot #77394A

Tints of Camelot #77394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.8%

 BLUE value IS 74 (29.3% from 255) = 29.6%

R = 47.6%
G = 22.8%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77394A (or 0x77394A) is known color: Camelot. HEX triplet: 77, 39 and 4A. RGB value is (119,57,74). Sum of RGB (Red+Green+Blue) = 119+57+74=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77394A is #88C6B5. Grayscale: #4D4D4D. Windows color (decimal): -8963766 or 4864375. OLE color: 4864375.

HSL color Cylindrical-coordinate representation of color #77394A: hue angle of 343.55º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77394A is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 57 74 -
CMYK 0 0.52 0.38 0.53
HSL 343.55º 0.35% 0.35% -
HSV(B) 343.55º 0.52% 0.47% -
XYZ 10.31 7.34 7.35 -
YUV 77.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 119 57 74 0 0.52 0.38 0.53 343.55 0.35 0.35
Hex 77 39 4A 0 34 26 35 158 23 23
Octal 167 71 112 0 64 46 65 530 43 43
Binary 1110111 111001 1001010 0 110100 100110 110101 101011000 100011 100011

Color Harmonies of #77394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77394A

Black with #77394A

Text Example


Text Example

White with #77394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77394A; }

 p { color: rgb(119,57,74); }

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

background-color css

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

 a { background-color: rgb(119,57,74); }

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

border-color css

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

 span { border-color: rgb(119,57,74); }

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