Html Css Color HEX #6B7B75 Cutty Sark

📋 copy color: '#6B7B75'

red 107 ◦ green 123 ◦ blue 117

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

Shades of Cutty Sark #6B7B75

Tints of Cutty Sark #6B7B75

RGB

 RED value IS 107 (42.19% from 255) = 30.84%

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

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

R = 30.84%
G = 35.45%
B = 33.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#6B7B75 (or 0x6B7B75) is known color: Cutty Sark. HEX triplet: 6B, 7B and 75. RGB value is (107,123,117). Sum of RGB (Red+Green+Blue) = 107+123+117=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7B75 is #94848A. Grayscale: #757575. Windows color (decimal): -9733259 or 7699307. OLE color: 7699307.

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

Color convert

RGB 107 123 117 -
CMYK 0.13 0 0.05 0.52
HSL 157.5º 0.07% 0.45% -
HSV(B) 157.5º 0.13% 0.48% -
XYZ 16.36 18.58 19.55 -
YUV 117.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 107 123 117 0.13 0 0.05 0.52 157.5 0.07 0.45
Hex 6B 7B 75 D 0 5 34 9E 7 2D
Octal 153 173 165 15 0 5 64 236 7 55
Binary 1101011 1111011 1110101 1101 0 101 110100 10011110 111 101101

Color Harmonies of #6B7B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7B75

Black with #6B7B75

Text Example


Text Example

White with #6B7B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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