Html Css Color HEX #68747E Raven

📋 copy color: '#68747E'

red 104 ◦ green 116 ◦ blue 126

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

Shades of Raven #68747E

Tints of Raven #68747E

RGB

 RED value IS 104 (41.02% from 255) = 30.06%

 GREEN value IS 116 (45.7% from 255) = 33.53%

 BLUE value IS 126 (49.61% from 255) = 36.42%

R = 30.06%
G = 33.53%
B = 36.42%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68747E (or 0x68747E) is known color: Raven. HEX triplet: 68, 74 and 7E. RGB value is (104,116,126). Sum of RGB (Red+Green+Blue) = 104+116+126=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 126 - color contains mainly: blue. Hex color #68747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68747E is #978B81. Grayscale: #717171. Windows color (decimal): -9931650 or 8287336. OLE color: 8287336.

HSL color Cylindrical-coordinate representation of color #68747E: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #68747E is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 116 126 -
CMYK 0.17 0.08 0 0.51
HSL 207.27º 0.1% 0.45% -
HSV(B) 207.27º 0.17% 0.49% -
XYZ 15.72 16.94 22.18 -
YUV 113.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 104 116 126 0.17 0.08 0 0.51 207.27 0.1 0.45
Hex 68 74 7E 11 8 0 33 CF A 2D
Octal 150 164 176 21 10 0 63 317 12 55
Binary 1101000 1110100 1111110 10001 1000 0 110011 11001111 1010 101101

Color Harmonies of #68747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68747E

Black with #68747E

Text Example


Text Example

White with #68747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68747E; }

 p { color: rgb(104,116,126); }

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

background-color css

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

 a { background-color: rgb(104,116,126); }

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

border-color css

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

 span { border-color: rgb(104,116,126); }

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