Html Css Color HEX #77394B Camelot

📋 copy color: '#77394B'

red 119 ◦ green 57 ◦ blue 75

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

Shades of Camelot #77394B

Tints of Camelot #77394B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.88%

R = 47.41%
G = 22.71%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77394B (or 0x77394B) is known color: Camelot. HEX triplet: 77, 39 and 4B. RGB value is (119,57,75). Sum of RGB (Red+Green+Blue) = 119+57+75=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77394B is #88C6B4. Grayscale: #4D4D4D. Windows color (decimal): -8963765 or 4929911. OLE color: 4929911.

HSL color Cylindrical-coordinate representation of color #77394B: hue angle of 342.58º 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 #77394B is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 57 75 -
CMYK 0 0.52 0.37 0.53
HSL 342.58º 0.35% 0.35% -
HSV(B) 342.58º 0.52% 0.47% -
XYZ 10.34 7.36 7.53 -
YUV 77.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 119 57 75 0 0.52 0.37 0.53 342.58 0.35 0.35
Hex 77 39 4B 0 34 25 35 157 23 23
Octal 167 71 113 0 64 45 65 527 43 43
Binary 1110111 111001 1001011 0 110100 100101 110101 101010111 100011 100011

Color Harmonies of #77394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77394B

Black with #77394B

Text Example


Text Example

White with #77394B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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