Html Css Color HEX #7B670C Yukon Gold

📋 copy color: '#7B670C'

red 123 ◦ green 103 ◦ blue 12

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

Shades of Yukon Gold #7B670C

Tints of Yukon Gold #7B670C

RGB

 RED value IS 123 (48.44% from 255) = 51.68%

 GREEN value IS 103 (40.63% from 255) = 43.28%

 BLUE value IS 12 (5.08% from 255) = 5.04%

R = 51.68%
G = 43.28%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#7B670C (or 0x7B670C) is known color: Yukon Gold. HEX triplet: 7B, 67 and 0C. RGB value is (123,103,12). Sum of RGB (Red+Green+Blue) = 123+103+12=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B670C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B670C is #8498F3. Grayscale: #626262. Windows color (decimal): -8689908 or 812923. OLE color: 812923.

HSL color Cylindrical-coordinate representation of color #7B670C: hue angle of 49.19º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B670C is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 103 12 -
CMYK 0 0.16 0.90 0.52
HSL 49.19º 0.82% 0.26% -
HSV(B) 49.19º 0.9% 0.48% -
XYZ 13.08 13.94 2.35 -
YUV 98.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 123 103 12 0 0.16 0.90 0.52 49.19 0.82 0.26
Hex 7B 67 C 0 10 5A 34 31 52 1A
Octal 173 147 14 0 20 132 64 61 122 32
Binary 1111011 1100111 1100 0 10000 1011010 110100 110001 1010010 11010

Color Harmonies of #7B670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B670C

Black with #7B670C

Text Example


Text Example

White with #7B670C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B670C; }

 p { color: rgb(123,103,12); }

 H1.HeaderClassName
 {
   color: #7B670C;
 }
 .AnyTagClassName
 {
   color: #7B670C;
 }
</style>

background-color css

<style>
 a { background-color: #7B670C; }

 a { background-color: rgb(123,103,12); }

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

border-color css

<style>
 span { border-color: #7B670C; }

 span { border-color: rgb(123,103,12); }

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