Html Css Color HEX #77424D Camelot

📋 copy color: '#77424D'

red 119 ◦ green 66 ◦ blue 77

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

Shades of Camelot #77424D

Tints of Camelot #77424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

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

R = 45.42%
G = 25.19%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77424D (or 0x77424D) is known color: Camelot. HEX triplet: 77, 42 and 4D. RGB value is (119,66,77). Sum of RGB (Red+Green+Blue) = 119+66+77=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77424D is #88BDB2. Grayscale: #535353. Windows color (decimal): -8961459 or 5063287. OLE color: 5063287.

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

Color convert

RGB 119 66 77 -
CMYK 0 0.45 0.35 0.53
HSL 347.55º 0.29% 0.36% -
HSV(B) 347.55º 0.45% 0.47% -
XYZ 10.9 8.35 8.06 -
YUV 83.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 119 66 77 0 0.45 0.35 0.53 347.55 0.29 0.36
Hex 77 42 4D 0 2D 23 35 15C 1D 24
Octal 167 102 115 0 55 43 65 534 35 44
Binary 1110111 1000010 1001101 0 101101 100011 110101 101011100 11101 100100

Color Harmonies of #77424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77424D

Black with #77424D

Text Example


Text Example

White with #77424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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