Html Css Color HEX #767085 Topaz

📋 copy color: '#767085'

red 118 ◦ green 112 ◦ blue 133

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

Shades of Topaz #767085

Tints of Topaz #767085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.85%

 BLUE value IS 133 (52.34% from 255) = 36.64%

R = 32.51%
G = 30.85%
B = 36.64%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#767085 (or 0x767085) is known color: Topaz. HEX triplet: 76, 70 and 85. RGB value is (118,112,133). Sum of RGB (Red+Green+Blue) = 118+112+133=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 133 - color contains mainly: blue. Hex color #767085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767085 is #898F7A. Grayscale: #747474. Windows color (decimal): -9015163 or 8745078. OLE color: 8745078.

HSL color Cylindrical-coordinate representation of color #767085: hue angle of 257.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #767085 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 112 133 -
CMYK 0.11 0.16 0 0.48
HSL 257.14º 0.09% 0.48% -
HSV(B) 257.14º 0.16% 0.52% -
XYZ 17.5 17.13 24.58 -
YUV 116.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 118 112 133 0.11 0.16 0 0.48 257.14 0.09 0.48
Hex 76 70 85 B 10 0 30 101 9 30
Octal 166 160 205 13 20 0 60 401 11 60
Binary 1110110 1110000 10000101 1011 10000 0 110000 100000001 1001 110000

Color Harmonies of #767085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767085

Black with #767085

Text Example


Text Example

White with #767085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767085; }

 p { color: rgb(118,112,133); }

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

background-color css

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

 a { background-color: rgb(118,112,133); }

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

border-color css

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

 span { border-color: rgb(118,112,133); }

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