Html Css Color HEX #765467 Cosmic

📋 copy color: '#765467'

red 118 ◦ green 84 ◦ blue 103

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

Shades of Cosmic #765467

Tints of Cosmic #765467

RGB

 RED value IS 118 (46.48% from 255) = 38.69%

 GREEN value IS 84 (33.2% from 255) = 27.54%

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

R = 38.69%
G = 27.54%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#765467 (or 0x765467) is known color: Cosmic. HEX triplet: 76, 54 and 67. RGB value is (118,84,103). Sum of RGB (Red+Green+Blue) = 118+84+103=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #765467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765467 is #89AB98. Grayscale: #606060. Windows color (decimal): -9022361 or 6771830. OLE color: 6771830.

HSL color Cylindrical-coordinate representation of color #765467: hue angle of 326.47º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765467 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 84 103 -
CMYK 0 0.29 0.13 0.54
HSL 326.47º 0.17% 0.4% -
HSV(B) 326.47º 0.29% 0.46% -
XYZ 13.09 11.17 14.3 -
YUV 96.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 118 84 103 0 0.29 0.13 0.54 326.47 0.17 0.4
Hex 76 54 67 0 1D D 36 146 11 28
Octal 166 124 147 0 35 15 66 506 21 50
Binary 1110110 1010100 1100111 0 11101 1101 110110 101000110 10001 101000

Color Harmonies of #765467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765467

Black with #765467

Text Example


Text Example

White with #765467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765467; }

 p { color: rgb(118,84,103); }

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

background-color css

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

 a { background-color: rgb(118,84,103); }

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

border-color css

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

 span { border-color: rgb(118,84,103); }

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