Html Css Color HEX #763D4B Camelot

📋 copy color: '#763D4B'

red 118 ◦ green 61 ◦ blue 75

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

Shades of Camelot #763D4B

Tints of Camelot #763D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.02%

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

R = 46.46%
G = 24.02%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#763D4B (or 0x763D4B) is known color: Camelot. HEX triplet: 76, 3D and 4B. RGB value is (118,61,75). Sum of RGB (Red+Green+Blue) = 118+61+75=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #763D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D4B is #89C2B4. Grayscale: #4F4F4F. Windows color (decimal): -9028277 or 4930934. OLE color: 4930934.

HSL color Cylindrical-coordinate representation of color #763D4B: hue angle of 345.26º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #763D4B is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 61 75 -
CMYK 0 0.48 0.36 0.54
HSL 345.26º 0.32% 0.35% -
HSV(B) 345.26º 0.48% 0.46% -
XYZ 10.41 7.7 7.59 -
YUV 79.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 118 61 75 0 0.48 0.36 0.54 345.26 0.32 0.35
Hex 76 3D 4B 0 30 24 36 159 20 23
Octal 166 75 113 0 60 44 66 531 40 43
Binary 1110110 111101 1001011 0 110000 100100 110110 101011001 100000 100011

Color Harmonies of #763D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D4B

Black with #763D4B

Text Example


Text Example

White with #763D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763D4B; }

 p { color: rgb(118,61,75); }

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

background-color css

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

 a { background-color: rgb(118,61,75); }

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

border-color css

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

 span { border-color: rgb(118,61,75); }

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