Html Css Color HEX #77444F Camelot

📋 copy color: '#77444F'

red 119 ◦ green 68 ◦ blue 79

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

Shades of Camelot #77444F

Tints of Camelot #77444F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.7%

R = 44.74%
G = 25.56%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77444F (or 0x77444F) is known color: Camelot. HEX triplet: 77, 44 and 4F. RGB value is (119,68,79). Sum of RGB (Red+Green+Blue) = 119+68+79=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77444F is #88BBB0. Grayscale: #545454. Windows color (decimal): -8960945 or 5194871. OLE color: 5194871.

HSL color Cylindrical-coordinate representation of color #77444F: hue angle of 347.06º 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 #77444F is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 68 79 -
CMYK 0 0.43 0.34 0.53
HSL 347.06º 0.27% 0.37% -
HSV(B) 347.06º 0.43% 0.47% -
XYZ 11.09 8.62 8.48 -
YUV 84.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 119 68 79 0 0.43 0.34 0.53 347.06 0.27 0.37
Hex 77 44 4F 0 2B 22 35 15B 1B 25
Octal 167 104 117 0 53 42 65 533 33 45
Binary 1110111 1000100 1001111 0 101011 100010 110101 101011011 11011 100101

Color Harmonies of #77444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77444F

Black with #77444F

Text Example


Text Example

White with #77444F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77444F; }

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

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

background-color css

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

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

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

border-color css

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

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

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