Html Css Color HEX #77384C Camelot

📋 copy color: '#77384C'

red 119 ◦ green 56 ◦ blue 76

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

Shades of Camelot #77384C

Tints of Camelot #77384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.31%

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

R = 47.41%
G = 22.31%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77384C (or 0x77384C) is known color: Camelot. HEX triplet: 77, 38 and 4C. RGB value is (119,56,76). Sum of RGB (Red+Green+Blue) = 119+56+76=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77384C is #88C7B3. Grayscale: #4D4D4D. Windows color (decimal): -8964020 or 4995191. OLE color: 4995191.

HSL color Cylindrical-coordinate representation of color #77384C: hue angle of 340.95º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77384C is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 56 76 -
CMYK 0 0.53 0.36 0.53
HSL 340.95º 0.36% 0.34% -
HSV(B) 340.95º 0.53% 0.47% -
XYZ 10.33 7.27 7.7 -
YUV 77.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 119 56 76 0 0.53 0.36 0.53 340.95 0.36 0.34
Hex 77 38 4C 0 35 24 35 155 24 22
Octal 167 70 114 0 65 44 65 525 44 42
Binary 1110111 111000 1001100 0 110101 100100 110101 101010101 100100 100010

Color Harmonies of #77384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77384C

Black with #77384C

Text Example


Text Example

White with #77384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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