Html Css Color HEX #68747F Raven

📋 copy color: '#68747F'

red 104 ◦ green 116 ◦ blue 127

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

Shades of Raven #68747F

Tints of Raven #68747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.6%

R = 29.97%
G = 33.43%
B = 36.6%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68747F (or 0x68747F) is known color: Raven. HEX triplet: 68, 74 and 7F. RGB value is (104,116,127). Sum of RGB (Red+Green+Blue) = 104+116+127=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #68747F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68747F is #978B80. Grayscale: #717171. Windows color (decimal): -9931649 or 8352872. OLE color: 8352872.

HSL color Cylindrical-coordinate representation of color #68747F: hue angle of 208.7º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68747F is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 116 127 -
CMYK 0.18 0.09 0 0.50
HSL 208.7º 0.1% 0.45% -
HSV(B) 208.7º 0.18% 0.5% -
XYZ 15.79 16.97 22.52 -
YUV 113.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 104 116 127 0.18 0.09 0 0.50 208.7 0.1 0.45
Hex 68 74 7F 12 9 0 32 D1 A 2D
Octal 150 164 177 22 11 0 62 321 12 55
Binary 1101000 1110100 1111111 10010 1001 0 110010 11010001 1010 101101

Color Harmonies of #68747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68747F

Black with #68747F

Text Example


Text Example

White with #68747F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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