Html Css Color HEX #763844 Camelot

📋 copy color: '#763844'

red 118 ◦ green 56 ◦ blue 68

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

Shades of Camelot #763844

Tints of Camelot #763844

RGB

 RED value IS 118 (46.48% from 255) = 48.76%

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

 BLUE value IS 68 (26.95% from 255) = 28.1%

R = 48.76%
G = 23.14%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#763844 (or 0x763844) is known color: Camelot. HEX triplet: 76, 38 and 44. RGB value is (118,56,68). Sum of RGB (Red+Green+Blue) = 118+56+68=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #763844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763844 is #89C7BB. Grayscale: #4B4B4B. Windows color (decimal): -9029564 or 4470902. OLE color: 4470902.

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

Color convert

RGB 118 56 68 -
CMYK 0 0.53 0.42 0.54
HSL 348.39º 0.36% 0.34% -
HSV(B) 348.39º 0.53% 0.46% -
XYZ 9.93 7.1 6.32 -
YUV 75.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 118 56 68 0 0.53 0.42 0.54 348.39 0.36 0.34
Hex 76 38 44 0 35 2A 36 15C 24 22
Octal 166 70 104 0 65 52 66 534 44 42
Binary 1110110 111000 1000100 0 110101 101010 110110 101011100 100100 100010

Color Harmonies of #763844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763844

Black with #763844

Text Example


Text Example

White with #763844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763844; }

 p { color: rgb(118,56,68); }

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

background-color css

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

 a { background-color: rgb(118,56,68); }

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

border-color css

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

 span { border-color: rgb(118,56,68); }

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