Html Css Color HEX #78374B Camelot

📋 copy color: '#78374B'

red 120 ◦ green 55 ◦ blue 75

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

Shades of Camelot #78374B

Tints of Camelot #78374B

RGB

 RED value IS 120 (47.27% from 255) = 48%

 GREEN value IS 55 (21.88% from 255) = 22%

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

R = 48%
G = 22%
B = 30%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78374B (or 0x78374B) is known color: Camelot. HEX triplet: 78, 37 and 4B. RGB value is (120,55,75). Sum of RGB (Red+Green+Blue) = 120+55+75=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #78374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78374B is #87C8B4. Grayscale: #4C4C4C. Windows color (decimal): -8898741 or 4929400. OLE color: 4929400.

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

Color convert

RGB 120 55 75 -
CMYK 0 0.54 0.37 0.53
HSL 341.54º 0.37% 0.34% -
HSV(B) 341.54º 0.54% 0.47% -
XYZ 10.38 7.23 7.51 -
YUV 76.72 127.03 158.87 -
System Red Green Blue C M Y K H S L
Decimal 120 55 75 0 0.54 0.37 0.53 341.54 0.37 0.34
Hex 78 37 4B 0 36 25 35 156 25 22
Octal 170 67 113 0 66 45 65 526 45 42
Binary 1111000 110111 1001011 0 110110 100101 110101 101010110 100101 100010

Color Harmonies of #78374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78374B

Black with #78374B

Text Example


Text Example

White with #78374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,55,75); }

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

background-color css

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

 a { background-color: rgb(120,55,75); }

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

border-color css

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

 span { border-color: rgb(120,55,75); }

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