Html Css Color HEX #78424B Camelot

📋 copy color: '#78424B'

red 120 ◦ green 66 ◦ blue 75

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

Shades of Camelot #78424B

Tints of Camelot #78424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.29%

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

R = 45.98%
G = 25.29%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78424B (or 0x78424B) is known color: Camelot. HEX triplet: 78, 42 and 4B. RGB value is (120,66,75). Sum of RGB (Red+Green+Blue) = 120+66+75=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #78424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78424B is #87BDB4. Grayscale: #535353. Windows color (decimal): -8895925 or 4932216. OLE color: 4932216.

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

Color convert

RGB 120 66 75 -
CMYK 0 0.45 0.37 0.53
HSL 350º 0.29% 0.36% -
HSV(B) 350º 0.45% 0.47% -
XYZ 10.96 8.4 7.7 -
YUV 83.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 120 66 75 0 0.45 0.37 0.53 350 0.29 0.36
Hex 78 42 4B 0 2D 25 35 15E 1D 24
Octal 170 102 113 0 55 45 65 536 35 44
Binary 1111000 1000010 1001011 0 101101 100101 110101 101011110 11101 100100

Color Harmonies of #78424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78424B

Black with #78424B

Text Example


Text Example

White with #78424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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