Html Css Color HEX #784E6B Cosmic

📋 copy color: '#784E6B'

red 120 ◦ green 78 ◦ blue 107

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

Shades of Cosmic #784E6B

Tints of Cosmic #784E6B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.57%

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 39.34%
G = 25.57%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#784E6B (or 0x784E6B) is known color: Cosmic. HEX triplet: 78, 4E and 6B. RGB value is (120,78,107). Sum of RGB (Red+Green+Blue) = 120+78+107=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #784E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E6B is #87B194. Grayscale: #5D5D5D. Windows color (decimal): -8892821 or 7032440. OLE color: 7032440.

HSL color Cylindrical-coordinate representation of color #784E6B: hue angle of 318.57º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #784E6B is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 78 107 -
CMYK 0 0.35 0.11 0.53
HSL 318.57º 0.21% 0.39% -
HSV(B) 318.57º 0.35% 0.47% -
XYZ 13.12 10.5 15.25 -
YUV 93.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 120 78 107 0 0.35 0.11 0.53 318.57 0.21 0.39
Hex 78 4E 6B 0 23 B 35 13F 15 27
Octal 170 116 153 0 43 13 65 477 25 47
Binary 1111000 1001110 1101011 0 100011 1011 110101 100111111 10101 100111

Color Harmonies of #784E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784E6B

Black with #784E6B

Text Example


Text Example

White with #784E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784E6B; }

 p { color: rgb(120,78,107); }

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

background-color css

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

 a { background-color: rgb(120,78,107); }

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

border-color css

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

 span { border-color: rgb(120,78,107); }

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