Html Css Color HEX #7D384C Camelot

📋 copy color: '#7D384C'

red 125 ◦ green 56 ◦ blue 76

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

Shades of Camelot #7D384C

Tints of Camelot #7D384C

RGB

 RED value IS 125 (49.22% from 255) = 48.64%

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

 BLUE value IS 76 (30.08% from 255) = 29.57%

R = 48.64%
G = 21.79%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7D384C (or 0x7D384C) is known color: Camelot. HEX triplet: 7D, 38 and 4C. RGB value is (125,56,76). Sum of RGB (Red+Green+Blue) = 125+56+76=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D384C is #82C7B3. Grayscale: #4E4E4E. Windows color (decimal): -8570804 or 4995197. OLE color: 4995197.

HSL color Cylindrical-coordinate representation of color #7D384C: hue angle of 342.61º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D384C is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 56 76 -
CMYK 0 0.55 0.39 0.51
HSL 342.61º 0.38% 0.35% -
HSV(B) 342.61º 0.55% 0.49% -
XYZ 11.18 7.71 7.74 -
YUV 78.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 125 56 76 0 0.55 0.39 0.51 342.61 0.38 0.35
Hex 7D 38 4C 0 37 27 33 157 26 23
Octal 175 70 114 0 67 47 63 527 46 43
Binary 1111101 111000 1001100 0 110111 100111 110011 101010111 100110 100011

Color Harmonies of #7D384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D384C

Black with #7D384C

Text Example


Text Example

White with #7D384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D384C; }

 p { color: rgb(125,56,76); }

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

background-color css

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

 a { background-color: rgb(125,56,76); }

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

border-color css

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

 span { border-color: rgb(125,56,76); }

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