Html Css Color HEX #6A7B75 Rolling Stone

📋 copy color: '#6A7B75'

red 106 ◦ green 123 ◦ blue 117

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

Shades of Rolling Stone #6A7B75

Tints of Rolling Stone #6A7B75

RGB

 RED value IS 106 (41.8% from 255) = 30.64%

 GREEN value IS 123 (48.44% from 255) = 35.55%

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 30.64%
G = 35.55%
B = 33.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#6A7B75 (or 0x6A7B75) is known color: Rolling Stone. HEX triplet: 6A, 7B and 75. RGB value is (106,123,117). Sum of RGB (Red+Green+Blue) = 106+123+117=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7B75 is #95848A. Grayscale: #757575. Windows color (decimal): -9798795 or 7699306. OLE color: 7699306.

HSL color Cylindrical-coordinate representation of color #6A7B75: hue angle of 158.82º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A7B75 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 106 123 117 -
CMYK 0.14 0 0.05 0.52
HSL 158.82º 0.07% 0.45% -
HSV(B) 158.82º 0.14% 0.48% -
XYZ 16.24 18.51 19.55 -
YUV 117.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 106 123 117 0.14 0 0.05 0.52 158.82 0.07 0.45
Hex 6A 7B 75 E 0 5 34 9F 7 2D
Octal 152 173 165 16 0 5 64 237 7 55
Binary 1101010 1111011 1110101 1110 0 101 110100 10011111 111 101101

Color Harmonies of #6A7B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7B75

Black with #6A7B75

Text Example


Text Example

White with #6A7B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A7B75; }

 p { color: rgb(106,123,117); }

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

background-color css

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

 a { background-color: rgb(106,123,117); }

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

border-color css

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

 span { border-color: rgb(106,123,117); }

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