Html Css Color HEX #784267 Cosmic

📋 copy color: '#784267'

red 120 ◦ green 66 ◦ blue 103

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

Shades of Cosmic #784267

Tints of Cosmic #784267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.64%

R = 41.52%
G = 22.84%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#784267 (or 0x784267) is known color: Cosmic. HEX triplet: 78, 42 and 67. RGB value is (120,66,103). Sum of RGB (Red+Green+Blue) = 120+66+103=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #784267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784267 is #87BD98. Grayscale: #565656. Windows color (decimal): -8895897 or 6767224. OLE color: 6767224.

HSL color Cylindrical-coordinate representation of color #784267: hue angle of 318.89º 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 #784267 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 66 103 -
CMYK 0 0.45 0.14 0.53
HSL 318.89º 0.29% 0.36% -
HSV(B) 318.89º 0.45% 0.47% -
XYZ 12.14 8.87 13.9 -
YUV 86.36 137.39 151.99 -
System Red Green Blue C M Y K H S L
Decimal 120 66 103 0 0.45 0.14 0.53 318.89 0.29 0.36
Hex 78 42 67 0 2D E 35 13F 1D 24
Octal 170 102 147 0 55 16 65 477 35 44
Binary 1111000 1000010 1100111 0 101101 1110 110101 100111111 11101 100100

Color Harmonies of #784267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784267

Black with #784267

Text Example


Text Example

White with #784267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784267; }

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

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

background-color css

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

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

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

border-color css

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

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

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