Html Css Color HEX #767BB1 Chetwode Blue

📋 copy color: '#767BB1'

red 118 ◦ green 123 ◦ blue 177

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

Shades of Chetwode Blue #767BB1

Tints of Chetwode Blue #767BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.34%

R = 28.23%
G = 29.43%
B = 42.34%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#767BB1 (or 0x767BB1) is known color: Chetwode Blue. HEX triplet: 76, 7B and B1. RGB value is (118,123,177). Sum of RGB (Red+Green+Blue) = 118+123+177=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #767BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767BB1 is #89844E. Grayscale: #7F7F7F. Windows color (decimal): -9012303 or 11631478. OLE color: 11631478.

HSL color Cylindrical-coordinate representation of color #767BB1: hue angle of 234.92º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #767BB1 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 123 177 -
CMYK 0.33 0.31 0 0.31
HSL 234.92º 0.27% 0.58% -
HSV(B) 234.92º 0.33% 0.69% -
XYZ 22.49 21.19 44.5 -
YUV 127.66 155.84 121.11 -
System Red Green Blue C M Y K H S L
Decimal 118 123 177 0.33 0.31 0 0.31 234.92 0.27 0.58
Hex 76 7B B1 21 1F 0 1F EB 1B 3A
Octal 166 173 261 41 37 0 37 353 33 72
Binary 1110110 1111011 10110001 100001 11111 0 11111 11101011 11011 111010

Color Harmonies of #767BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BB1

Black with #767BB1

Text Example


Text Example

White with #767BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767BB1; }

 p { color: rgb(118,123,177); }

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

background-color css

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

 a { background-color: rgb(118,123,177); }

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

border-color css

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

 span { border-color: rgb(118,123,177); }

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